Shades of Reef #D0FFAA
Tints of Reef #D0FFAA
RGB
CMYK
RGB Variations
Color information
#D0FFAA (or 0xD0FFAA) is known color: 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
| RGB | 208 | 255 | 170 | - |
| CMYK | 0.18 | 0 | 0.33 | 0 |
| HSL | 93.18º | 1% | 0.83% | - |
| HSV(B) | 93.18º | 0.33% | 1% | - |
| XYZ | 69.03 | 87.83 | 51.35 | - |
| YUV | 231.26 | 93.43 | 111.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 255 | 170 | 0.18 | 0 | 0.33 | 0 | 93.18 | 1 | 0.83 |
| Hex | D0 | FF | AA | 12 | 0 | 21 | 0 | 5D | 64 | 53 |
| Octal | 320 | 377 | 252 | 22 | 0 | 41 | 0 | 135 | 144 | 123 |
| Binary | 11010000 | 11111111 | 10101010 | 10010 | 0 | 100001 | 0 | 1011101 | 1100100 | 1010011 |
Color Harmonies of #D0FFAA
Complementary color
Monochromatic Colors of #D0FFAA
Black with #D0FFAA
Text Example
Text Example
White with #D0FFAA
Text Example
Text Example
HTML Codes & Css Web 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>