Shades of Reef #D0F1A8
Tints of Reef #D0F1A8
RGB
CMYK
RGB Variations
Color information
#D0F1A8 (or 0xD0F1A8) is known color: Reef. HEX triplet: D0, F1 and A8. RGB value is (208,241,168). Sum of RGB (Red+Green+Blue) = 208+241+168=617 (81% of max value = 765). Red value is 208 (81.64% from 255 or 33.71% from 617); Green value is 241 (94.53% from 255 or 39.06% from 617); Blue value is 168 (66.02% from 255 or 27.23% from 617); Max value from RGB is 241 - color contains mainly: green. Hex color #D0F1A8 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D0F1A8 is #2F0E57. Grayscale: #DFDFDF. Windows color (decimal): -3083864 or 11071952. OLE color: 11071952.
HSL color Cylindrical-coordinate representation of color #D0F1A8: hue angle of 87.12º degrees, saturation: 0.72, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D0F1A8 is Cyan = 0.14, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 208 | 241 | 168 | - |
| CMYK | 0.14 | 0 | 0.30 | 0.05 |
| HSL | 87.12º | 0.72% | 0.8% | - |
| HSV(B) | 87.12º | 0.3% | 0.95% | - |
| XYZ | 64.54 | 79.15 | 48.92 | - |
| YUV | 222.81 | 97.07 | 117.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 241 | 168 | 0.14 | 0 | 0.30 | 0.05 | 87.12 | 0.72 | 0.8 |
| Hex | D0 | F1 | A8 | E | 0 | 1E | 5 | 57 | 48 | 50 |
| Octal | 320 | 361 | 250 | 16 | 0 | 36 | 5 | 127 | 110 | 120 |
| Binary | 11010000 | 11110001 | 10101000 | 1110 | 0 | 11110 | 101 | 1010111 | 1001000 | 1010000 |
Color Harmonies of #D0F1A8
Complementary color
Monochromatic Colors of #D0F1A8
Black with #D0F1A8
Text Example
Text Example
White with #D0F1A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0F1A8; }
p { color: rgb(208,241,168); }
H1.HeaderClassName
{
color: #D0F1A8;
}
.AnyTagClassName
{
color: #D0F1A8;
}
</style>
background-color css
<style>
a { background-color: #D0F1A8; }
a { background-color: rgb(208,241,168); }
div.DivClassName
{
background-color: #D0F1A8;
}
.BgClassName
{
background-color: #D0F1A8;
}
</style>
border-color css
<style>
span { border-color: #D0F1A8; }
span { border-color: rgb(208,241,168); }
td.TdClassName
{
border-color: #D0F1A8;
}
.TagClassName
{
border-color: #D0F1A8;
}
</style>