Shades of Reef #D0FBA6
Tints of Reef #D0FBA6
RGB
CMYK
RGB Variations
Color information
#D0FBA6 (or 0xD0FBA6) is known color: Reef. HEX triplet: D0, FB and A6. RGB value is (208,251,166). Sum of RGB (Red+Green+Blue) = 208+251+166=625 (82% of max value = 765). Red value is 208 (81.64% from 255 or 33.28% from 625); Green value is 251 (98.44% from 255 or 40.16% from 625); Blue value is 166 (65.23% from 255 or 26.56% from 625); Max value from RGB is 251 - color contains mainly: green. Hex color #D0FBA6 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D0FBA6 is #2F0459. Grayscale: #E4E4E4. Windows color (decimal): -3081306 or 10943440. OLE color: 10943440.
HSL color Cylindrical-coordinate representation of color #D0FBA6: hue angle of 90.35º degrees, saturation: 0.91, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D0FBA6 is Cyan = 0.17, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 208 | 251 | 166 | - |
| CMYK | 0.17 | 0 | 0.34 | 0.02 |
| HSL | 90.35º | 0.91% | 0.82% | - |
| HSV(B) | 90.35º | 0.34% | 0.98% | - |
| XYZ | 67.39 | 85.16 | 48.96 | - |
| YUV | 228.45 | 92.75 | 113.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 251 | 166 | 0.17 | 0 | 0.34 | 0.02 | 90.35 | 0.91 | 0.82 |
| Hex | D0 | FB | A6 | 11 | 0 | 22 | 2 | 5A | 5B | 52 |
| Octal | 320 | 373 | 246 | 21 | 0 | 42 | 2 | 132 | 133 | 122 |
| Binary | 11010000 | 11111011 | 10100110 | 10001 | 0 | 100010 | 10 | 1011010 | 1011011 | 1010010 |
Color Harmonies of #D0FBA6
Complementary color
Monochromatic Colors of #D0FBA6
Black with #D0FBA6
Text Example
Text Example
White with #D0FBA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0FBA6; }
p { color: rgb(208,251,166); }
H1.HeaderClassName
{
color: #D0FBA6;
}
.AnyTagClassName
{
color: #D0FBA6;
}
</style>
background-color css
<style>
a { background-color: #D0FBA6; }
a { background-color: rgb(208,251,166); }
div.DivClassName
{
background-color: #D0FBA6;
}
.BgClassName
{
background-color: #D0FBA6;
}
</style>
border-color css
<style>
span { border-color: #D0FBA6; }
span { border-color: rgb(208,251,166); }
td.TdClassName
{
border-color: #D0FBA6;
}
.TagClassName
{
border-color: #D0FBA6;
}
</style>