Shades of Reef #D0F6A4
Tints of Reef #D0F6A4
RGB
CMYK
RGB Variations
Color information
#D0F6A4 (or 0xD0F6A4) is known color: Reef. HEX triplet: D0, F6 and A4. RGB value is (208,246,164). Sum of RGB (Red+Green+Blue) = 208+246+164=618 (81% of max value = 765). Red value is 208 (81.64% from 255 or 33.66% from 618); Green value is 246 (96.48% from 255 or 39.81% from 618); Blue value is 164 (64.45% from 255 or 26.54% from 618); Max value from RGB is 246 - color contains mainly: green. Hex color #D0F6A4 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D0F6A4 is #2F095B. Grayscale: #E1E1E1. Windows color (decimal): -3082588 or 10811088. OLE color: 10811088.
HSL color Cylindrical-coordinate representation of color #D0F6A4: hue angle of 87.8º degrees, saturation: 0.82, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D0F6A4 is Cyan = 0.15, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 208 | 246 | 164 | - |
| CMYK | 0.15 | 0 | 0.33 | 0.04 |
| HSL | 87.8º | 0.82% | 0.8% | - |
| HSV(B) | 87.8º | 0.33% | 0.96% | - |
| XYZ | 65.67 | 82 | 47.49 | - |
| YUV | 225.29 | 93.41 | 115.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 246 | 164 | 0.15 | 0 | 0.33 | 0.04 | 87.8 | 0.82 | 0.8 |
| Hex | D0 | F6 | A4 | F | 0 | 21 | 4 | 58 | 52 | 50 |
| Octal | 320 | 366 | 244 | 17 | 0 | 41 | 4 | 130 | 122 | 120 |
| Binary | 11010000 | 11110110 | 10100100 | 1111 | 0 | 100001 | 100 | 1011000 | 1010010 | 1010000 |
Color Harmonies of #D0F6A4
Complementary color
Monochromatic Colors of #D0F6A4
Black with #D0F6A4
Text Example
Text Example
White with #D0F6A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0F6A4; }
p { color: rgb(208,246,164); }
H1.HeaderClassName
{
color: #D0F6A4;
}
.AnyTagClassName
{
color: #D0F6A4;
}
</style>
background-color css
<style>
a { background-color: #D0F6A4; }
a { background-color: rgb(208,246,164); }
div.DivClassName
{
background-color: #D0F6A4;
}
.BgClassName
{
background-color: #D0F6A4;
}
</style>
border-color css
<style>
span { border-color: #D0F6A4; }
span { border-color: rgb(208,246,164); }
td.TdClassName
{
border-color: #D0F6A4;
}
.TagClassName
{
border-color: #D0F6A4;
}
</style>