Shades of Reef #D6FBAB
Tints of Reef #D6FBAB
RGB
CMYK
RGB Variations
Color information
#D6FBAB (or 0xD6FBAB) is known color: Reef. HEX triplet: D6, FB and AB. RGB value is (214,251,171). Sum of RGB (Red+Green+Blue) = 214+251+171=636 (84% of max value = 765). Red value is 214 (83.98% from 255 or 33.65% from 636); Green value is 251 (98.44% from 255 or 39.47% from 636); Blue value is 171 (67.19% from 255 or 26.89% from 636); Max value from RGB is 251 - color contains mainly: green. Hex color #D6FBAB is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D6FBAB is #290454. Grayscale: #E7E7E7. Windows color (decimal): -2688085 or 11271126. OLE color: 11271126.
HSL color Cylindrical-coordinate representation of color #D6FBAB: hue angle of 87.75º degrees, saturation: 0.91, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D6FBAB is Cyan = 0.15, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 214 | 251 | 171 | - |
| CMYK | 0.15 | 0 | 0.32 | 0.02 |
| HSL | 87.75º | 0.91% | 0.83% | - |
| HSV(B) | 87.75º | 0.32% | 0.98% | - |
| XYZ | 69.58 | 86.23 | 51.51 | - |
| YUV | 230.82 | 94.24 | 116 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 251 | 171 | 0.15 | 0 | 0.32 | 0.02 | 87.75 | 0.91 | 0.83 |
| Hex | D6 | FB | AB | F | 0 | 20 | 2 | 58 | 5B | 53 |
| Octal | 326 | 373 | 253 | 17 | 0 | 40 | 2 | 130 | 133 | 123 |
| Binary | 11010110 | 11111011 | 10101011 | 1111 | 0 | 100000 | 10 | 1011000 | 1011011 | 1010011 |
Color Harmonies of #D6FBAB
Complementary color
Monochromatic Colors of #D6FBAB
Black with #D6FBAB
Text Example
Text Example
White with #D6FBAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6FBAB; }
p { color: rgb(214,251,171); }
H1.HeaderClassName
{
color: #D6FBAB;
}
.AnyTagClassName
{
color: #D6FBAB;
}
</style>
background-color css
<style>
a { background-color: #D6FBAB; }
a { background-color: rgb(214,251,171); }
div.DivClassName
{
background-color: #D6FBAB;
}
.BgClassName
{
background-color: #D6FBAB;
}
</style>
border-color css
<style>
span { border-color: #D6FBAB; }
span { border-color: rgb(214,251,171); }
td.TdClassName
{
border-color: #D6FBAB;
}
.TagClassName
{
border-color: #D6FBAB;
}
</style>