Shades of Reef #D0F1B0
Tints of Reef #D0F1B0
RGB
CMYK
RGB Variations
Color information
#D0F1B0 (or 0xD0F1B0) is known color: Reef. HEX triplet: D0, F1 and B0. RGB value is (208,241,176). Sum of RGB (Red+Green+Blue) = 208+241+176=625 (82% of max value = 765). Red value is 208 (81.64% from 255 or 33.28% from 625); Green value is 241 (94.53% from 255 or 38.56% from 625); Blue value is 176 (69.14% from 255 or 28.16% from 625); Max value from RGB is 241 - color contains mainly: green. Hex color #D0F1B0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D0F1B0 is #2F0E4F. Grayscale: #DFDFDF. Windows color (decimal): -3083856 or 11596240. OLE color: 11596240.
HSL color Cylindrical-coordinate representation of color #D0F1B0: hue angle of 90.46º degrees, saturation: 0.7, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #D0F1B0 is Cyan = 0.14, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 208 | 241 | 176 | - |
| CMYK | 0.14 | 0 | 0.27 | 0.05 |
| HSL | 90.46º | 0.7% | 0.82% | - |
| HSV(B) | 90.46º | 0.27% | 0.95% | - |
| XYZ | 65.3 | 79.46 | 52.97 | - |
| YUV | 223.72 | 101.07 | 116.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 241 | 176 | 0.14 | 0 | 0.27 | 0.05 | 90.46 | 0.7 | 0.82 |
| Hex | D0 | F1 | B0 | E | 0 | 1B | 5 | 5A | 46 | 52 |
| Octal | 320 | 361 | 260 | 16 | 0 | 33 | 5 | 132 | 106 | 122 |
| Binary | 11010000 | 11110001 | 10110000 | 1110 | 0 | 11011 | 101 | 1011010 | 1000110 | 1010010 |
Color Harmonies of #D0F1B0
Complementary color
Monochromatic Colors of #D0F1B0
Black with #D0F1B0
Text Example
Text Example
White with #D0F1B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0F1B0; }
p { color: rgb(208,241,176); }
H1.HeaderClassName
{
color: #D0F1B0;
}
.AnyTagClassName
{
color: #D0F1B0;
}
</style>
background-color css
<style>
a { background-color: #D0F1B0; }
a { background-color: rgb(208,241,176); }
div.DivClassName
{
background-color: #D0F1B0;
}
.BgClassName
{
background-color: #D0F1B0;
}
</style>
border-color css
<style>
span { border-color: #D0F1B0; }
span { border-color: rgb(208,241,176); }
td.TdClassName
{
border-color: #D0F1B0;
}
.TagClassName
{
border-color: #D0F1B0;
}
</style>