#D0FFAA

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

Shades of Reef #D0FFAA

Tints of Reef #D0FFAA

Color information

#D0FFAA (or 0xD0FFAA) is unknown color: approx Reef. HEX triplet: D0, FF and AA. RGB value is (208,255,170). Sum of RGB (Red+Green+Blue) = 208+255+170=633 (83% of max value = 765). Red value is 208 (81.64% from 255 or 32.86% from 633); Green value is 255 (100% from 255 or 40.28% from 633); Blue value is 170 (66.80% from 255 or 26.86% from 633); Max value from RGB is 255 - color contains mainly: green. Hex color #D0FFAA is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D0FFAA is #2F0055. Grayscale: #E7E7E7. Windows color (decimal): -3080278 or 11206608. OLE color: 11206608.

HSL color Cylindrical-coordinate representation of color #D0FFAA: hue angle of 93.18º degrees, saturation: 1, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D0FFAA is Cyan = 0.18, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.

Color convert

RGB208255170-
CMYK0.1800.330
HSL93.18º100%83.33%-
HSV(B)93.18º33.33%100%-
XYZ69.0387.8351.35-
YUV231.2693.43111.41-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 32.86%
GREEN value IS 255 (100% from 255) = 40.28%
BLUE value IS 170 (66.80% from 255) = 26.86%
R=32.86%
G=40.28%
B=26.86%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2082551700.1800.33093.1810083.33
HexD0FFAA1202105d6453
Octal320377252220410135144123
Binary1101000011111111101010101001001000010101110111001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0FFAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0FFAA; }

 p { color: rgb(208,255,170); }

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

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

 a { background-color: rgb(208,255,170); }

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

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

 span { border-color: rgb(208,255,170); }

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