Html Css Color HEX #D0F2AE Reef

📋 copy color: '#D0F2AE'

red 208 ◦ green 242 ◦ blue 174

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

Shades of Reef #D0F2AE

Tints of Reef #D0F2AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 27.88%

R = 33.33%
G = 38.78%
B = 27.88%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.28

 K value IS 0.05

RGB Variations

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

Color information

#D0F2AE (or 0xD0F2AE) is known color: Reef. HEX triplet: D0, F2 and AE. RGB value is (208,242,174). Sum of RGB (Red+Green+Blue) = 208+242+174=624 (82% of max value = 765). Red value is 208 (81.64% from 255 or 33.33% from 624); Green value is 242 (94.92% from 255 or 38.78% from 624); Blue value is 174 (68.36% from 255 or 27.88% from 624); Max value from RGB is 242 - color contains mainly: green. Hex color #D0F2AE is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D0F2AE is #2F0D51. Grayscale: #E0E0E0. Windows color (decimal): -3083602 or 11465424. OLE color: 11465424.

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

Color convert

RGB 208 242 174 -
CMYK 0.14 0 0.28 0.05
HSL 90º 0.72% 0.82% -
HSV(B) 90º 0.28% 0.95% -
XYZ 65.4 79.97 52.03 -
YUV 224.08 99.74 116.53 -
System Red Green Blue C M Y K H S L
Decimal 208 242 174 0.14 0 0.28 0.05 90 0.72 0.82
Hex D0 F2 AE E 0 1C 5 5A 48 52
Octal 320 362 256 16 0 34 5 132 110 122
Binary 11010000 11110010 10101110 1110 0 11100 101 1011010 1001000 1010010

Color Harmonies of #D0F2AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0F2AE

Black with #D0F2AE

Text Example


Text Example

White with #D0F2AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0F2AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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