#D0EA9A

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

Shades of Reef #D0EA9A

Tints of Reef #D0EA9A

Color information

#D0EA9A (or 0xD0EA9A) is unknown color: approx Reef. HEX triplet: D0, EA and 9A. RGB value is (208,234,154). Sum of RGB (Red+Green+Blue) = 208+234+154=596 (78% of max value = 765). Red value is 208 (81.64% from 255 or 34.90% from 596); Green value is 234 (91.80% from 255 or 39.26% from 596); Blue value is 154 (60.55% from 255 or 25.84% from 596); Max value from RGB is 234 - color contains mainly: green. Hex color #D0EA9A is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D0EA9A is #2F1565. Grayscale: #D9D9D9. Windows color (decimal): -3085670 or 10152656. OLE color: 10152656.

HSL color Cylindrical-coordinate representation of color #D0EA9A: hue angle of 79.5º degrees, saturation: 0.66, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D0EA9A is Cyan = 0.11, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.08.

Color convert

RGB208234154-
CMYK0.1100.340.08
HSL79.5º65.57%76.08%-
HSV(B)79.5º34.19%91.76%-
XYZ61.2774.5941.74-
YUV217.1192.39121.5-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 34.90%
GREEN value IS 234 (91.80% from 255) = 39.26%
BLUE value IS 154 (60.55% from 255) = 25.84%
R=34.90%
G=39.26%
B=25.84%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2082341540.1100.340.0879.565.5776.08
HexD0EA9AB022850424c
Octal3203522321304210120102114
Binary110100001110101010011010101101000101000101000010000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0EA9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0EA9A; }

 p { color: rgb(208,234,154); }

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

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

 a { background-color: rgb(208,234,154); }

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

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

 span { border-color: rgb(208,234,154); }

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