#D0FAA8

Color #D0FAA8 Reef (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Reef #D0FAA8

Tints of Reef #D0FAA8

Color information

#D0FAA8 (or 0xD0FAA8) is unknown color: approx Reef. HEX triplet: D0, FA and A8. RGB value is (208,250,168). Sum of RGB (Red+Green+Blue) = 208+250+168=626 (82% of max value = 765). Red value is 208 (81.64% from 255 or 33.23% from 626); Green value is 250 (98.05% from 255 or 39.94% from 626); Blue value is 168 (66.02% from 255 or 26.84% from 626); Max value from RGB is 250 - color contains mainly: green. Hex color #D0FAA8 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D0FAA8 is #2F0557. Grayscale: #E4E4E4. Windows color (decimal): -3081560 or 11074256. OLE color: 11074256.

HSL color Cylindrical-coordinate representation of color #D0FAA8: hue angle of 90.73º degrees, saturation: 0.89, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D0FAA8 is Cyan = 0.17, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.02.

Color convert

RGB208250168-
CMYK0.1700.330.02
HSL90.73º89.13%81.96%-
HSV(B)90.73º32.8%98.04%-
XYZ67.2784.6149.83-
YUV228.0994.09113.67-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 33.23%
GREEN value IS 250 (98.05% from 255) = 39.94%
BLUE value IS 168 (66.02% from 255) = 26.84%
R=33.23%
G=39.94%
B=26.84%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2082501680.1700.330.0290.7389.1381.96
HexD0FAA81102125b5952
Octal320372250210412133131122
Binary11010000111110101010100010001010000110101101110110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0FAA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0FAA8; }

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

 H1.HeaderClassName
 {
   color: #D0FAA8;
 }
 .AnyTagClassName
 {
   color: #D0FAA8;
 }
</style>
background-color css

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

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

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

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

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

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