Html Css Color HEX #D0F2A8 Reef

📋 copy color: '#D0F2A8'

red 208 ◦ green 242 ◦ blue 168

#D0F2A8
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Reef #D0F2A8

Tints of Reef #D0F2A8

RGB

 RED value IS 208 (81.64% from 255) = 33.66%

 GREEN value IS 242 (94.92% from 255) = 39.16%

 BLUE value IS 168 (66.02% from 255) = 27.18%

R = 33.66%
G = 39.16%
B = 27.18%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.31

 K value IS 0.05

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#D0F2A8 (or 0xD0F2A8) is known color: Reef. HEX triplet: D0, F2 and A8. RGB value is (208,242,168). Sum of RGB (Red+Green+Blue) = 208+242+168=618 (81% of max value = 765). Red value is 208 (81.64% from 255 or 33.66% from 618); Green value is 242 (94.92% from 255 or 39.16% from 618); Blue value is 168 (66.02% from 255 or 27.18% from 618); Max value from RGB is 242 - color contains mainly: green. Hex color #D0F2A8 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D0F2A8 is #2F0D57. Grayscale: #DFDFDF. Windows color (decimal): -3083608 or 11072208. OLE color: 11072208.

HSL color Cylindrical-coordinate representation of color #D0F2A8: hue angle of 87.57º degrees, saturation: 0.74, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D0F2A8 is Cyan = 0.14, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.05.

Color convert

RGB 208 242 168 -
CMYK 0.14 0 0.31 0.05
HSL 87.57º 0.74% 0.8% -
HSV(B) 87.57º 0.31% 0.95% -
XYZ 64.83 79.74 49.02 -
YUV 223.4 96.74 117.02 -
System Red Green Blue C M Y K H S L
Decimal 208 242 168 0.14 0 0.31 0.05 87.57 0.74 0.8
Hex D0 F2 A8 E 0 1F 5 58 4A 50
Octal 320 362 250 16 0 37 5 130 112 120
Binary 11010000 11110010 10101000 1110 0 11111 101 1011000 1001010 1010000

Color Harmonies of #D0F2A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0F2A8

Black with #D0F2A8

Text Example


Text Example

White with #D0F2A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0F2A8; }

 p { color: rgb(208,242,168); }

 H1.HeaderClassName
 {
   color: #D0F2A8;
 }
 .AnyTagClassName
 {
   color: #D0F2A8;
 }
</style>

background-color css

<style>
 a { background-color: #D0F2A8; }

 a { background-color: rgb(208,242,168); }

 div.DivClassName
 {
   background-color: #D0F2A8;
 }
 .BgClassName
 {
   background-color: #D0F2A8;
 }
</style>

border-color css

<style>
 span { border-color: #D0F2A8; }

 span { border-color: rgb(208,242,168); }

 td.TdClassName
 {
   border-color: #D0F2A8;
 }
 .TagClassName
 {
   border-color: #D0F2A8;
 }
</style>