Shades of Reef #D0F7A8
Tints of Reef #D0F7A8
RGB
CMYK
RGB Variations
Color information
#D0F7A8 (or 0xD0F7A8) is known color: Reef. HEX triplet: D0, F7 and A8. RGB value is (208,247,168). Sum of RGB (Red+Green+Blue) = 208+247+168=623 (82% of max value = 765). Red value is 208 (81.64% from 255 or 33.39% from 623); Green value is 247 (96.88% from 255 or 39.65% from 623); Blue value is 168 (66.02% from 255 or 26.97% from 623); Max value from RGB is 247 - color contains mainly: green. Hex color #D0F7A8 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D0F7A8 is #2F0857. Grayscale: #E2E2E2. Windows color (decimal): -3082328 or 11073488. OLE color: 11073488.
HSL color Cylindrical-coordinate representation of color #D0F7A8: hue angle of 89.62º degrees, saturation: 0.83, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D0F7A8 is Cyan = 0.16, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.03.
Color convert
RGB | 208 | 247 | 168 | - |
CMYK | 0.16 | 0 | 0.32 | 0.03 |
HSL | 89.62º | 0.83% | 0.81% | - |
HSV(B) | 89.62º | 0.32% | 0.97% | - |
XYZ | 66.34 | 82.76 | 49.52 | - |
YUV | 226.33 | 95.08 | 114.92 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 208 | 247 | 168 | 0.16 | 0 | 0.32 | 0.03 | 89.62 | 0.83 | 0.81 |
Hex | D0 | F7 | A8 | 10 | 0 | 20 | 3 | 5A | 53 | 51 |
Octal | 320 | 367 | 250 | 20 | 0 | 40 | 3 | 132 | 123 | 121 |
Binary | 11010000 | 11110111 | 10101000 | 10000 | 0 | 100000 | 11 | 1011010 | 1010011 | 1010001 |
Color Harmonies of #D0F7A8
Complementary color
Monochromatic Colors of #D0F7A8
Black with #D0F7A8
Text Example
Text Example
White with #D0F7A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0F7A8; }
p { color: rgb(208,247,168); }
H1.HeaderClassName
{
color: #D0F7A8;
}
.AnyTagClassName
{
color: #D0F7A8;
}
</style>
background-color css
<style>
a { background-color: #D0F7A8; }
a { background-color: rgb(208,247,168); }
div.DivClassName
{
background-color: #D0F7A8;
}
.BgClassName
{
background-color: #D0F7A8;
}
</style>
border-color css
<style>
span { border-color: #D0F7A8; }
span { border-color: rgb(208,247,168); }
td.TdClassName
{
border-color: #D0F7A8;
}
.TagClassName
{
border-color: #D0F7A8;
}
</style>