Shades of Reef #D0F3A8
Tints of Reef #D0F3A8
RGB
CMYK
RGB Variations
Color information
#D0F3A8 (or 0xD0F3A8) is known color: Reef. HEX triplet: D0, F3 and A8. RGB value is (208,243,168). Sum of RGB (Red+Green+Blue) = 208+243+168=619 (81% of max value = 765). Red value is 208 (81.64% from 255 or 33.60% from 619); Green value is 243 (95.31% from 255 or 39.26% from 619); Blue value is 168 (66.02% from 255 or 27.14% from 619); Max value from RGB is 243 - color contains mainly: green. Hex color #D0F3A8 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D0F3A8 is #2F0C57. Grayscale: #E0E0E0. Windows color (decimal): -3083352 or 11072464. OLE color: 11072464.
HSL color Cylindrical-coordinate representation of color #D0F3A8: hue angle of 88º degrees, saturation: 0.76, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D0F3A8 is Cyan = 0.14, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 208 | 243 | 168 | - |
| CMYK | 0.14 | 0 | 0.31 | 0.05 |
| HSL | 88º | 0.76% | 0.81% | - |
| HSV(B) | 88º | 0.31% | 0.95% | - |
| XYZ | 65.13 | 80.34 | 49.12 | - |
| YUV | 223.99 | 96.4 | 116.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 243 | 168 | 0.14 | 0 | 0.31 | 0.05 | 88 | 0.76 | 0.81 |
| Hex | D0 | F3 | A8 | E | 0 | 1F | 5 | 58 | 4C | 51 |
| Octal | 320 | 363 | 250 | 16 | 0 | 37 | 5 | 130 | 114 | 121 |
| Binary | 11010000 | 11110011 | 10101000 | 1110 | 0 | 11111 | 101 | 1011000 | 1001100 | 1010001 |
Color Harmonies of #D0F3A8
Complementary color
Monochromatic Colors of #D0F3A8
Black with #D0F3A8
Text Example
Text Example
White with #D0F3A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0F3A8; }
p { color: rgb(208,243,168); }
H1.HeaderClassName
{
color: #D0F3A8;
}
.AnyTagClassName
{
color: #D0F3A8;
}
</style>
background-color css
<style>
a { background-color: #D0F3A8; }
a { background-color: rgb(208,243,168); }
div.DivClassName
{
background-color: #D0F3A8;
}
.BgClassName
{
background-color: #D0F3A8;
}
</style>
border-color css
<style>
span { border-color: #D0F3A8; }
span { border-color: rgb(208,243,168); }
td.TdClassName
{
border-color: #D0F3A8;
}
.TagClassName
{
border-color: #D0F3A8;
}
</style>