Shades of Reef #D0F69C
Tints of Reef #D0F69C
RGB
CMYK
RGB Variations
Color information
#D0F69C (or 0xD0F69C) is known color: Reef. HEX triplet: D0, F6 and 9C. RGB value is (208,246,156). Sum of RGB (Red+Green+Blue) = 208+246+156=610 (80% of max value = 765). Red value is 208 (81.64% from 255 or 34.10% from 610); Green value is 246 (96.48% from 255 or 40.33% from 610); Blue value is 156 (61.33% from 255 or 25.57% from 610); Max value from RGB is 246 - color contains mainly: green. Hex color #D0F69C is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D0F69C is #2F0963. Grayscale: #E0E0E0. Windows color (decimal): -3082596 or 10286800. OLE color: 10286800.
HSL color Cylindrical-coordinate representation of color #D0F69C: hue angle of 85.33º degrees, saturation: 0.83, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D0F69C is Cyan = 0.15, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 208 | 246 | 156 | - |
| CMYK | 0.15 | 0 | 0.37 | 0.04 |
| HSL | 85.33º | 0.83% | 0.79% | - |
| HSV(B) | 85.33º | 0.37% | 0.96% | - |
| XYZ | 64.97 | 81.72 | 43.8 | - |
| YUV | 224.38 | 89.41 | 116.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 246 | 156 | 0.15 | 0 | 0.37 | 0.04 | 85.33 | 0.83 | 0.79 |
| Hex | D0 | F6 | 9C | F | 0 | 25 | 4 | 55 | 53 | 4F |
| Octal | 320 | 366 | 234 | 17 | 0 | 45 | 4 | 125 | 123 | 117 |
| Binary | 11010000 | 11110110 | 10011100 | 1111 | 0 | 100101 | 100 | 1010101 | 1010011 | 1001111 |
Color Harmonies of #D0F69C
Complementary color
Monochromatic Colors of #D0F69C
Black with #D0F69C
Text Example
Text Example
White with #D0F69C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0F69C; }
p { color: rgb(208,246,156); }
H1.HeaderClassName
{
color: #D0F69C;
}
.AnyTagClassName
{
color: #D0F69C;
}
</style>
background-color css
<style>
a { background-color: #D0F69C; }
a { background-color: rgb(208,246,156); }
div.DivClassName
{
background-color: #D0F69C;
}
.BgClassName
{
background-color: #D0F69C;
}
</style>
border-color css
<style>
span { border-color: #D0F69C; }
span { border-color: rgb(208,246,156); }
td.TdClassName
{
border-color: #D0F69C;
}
.TagClassName
{
border-color: #D0F69C;
}
</style>