Shades of Reef #D6FBA3
Tints of Reef #D6FBA3
RGB
CMYK
RGB Variations
Color information
#D6FBA3 (or 0xD6FBA3) is known color: Reef. HEX triplet: D6, FB and A3. RGB value is (214,251,163). Sum of RGB (Red+Green+Blue) = 214+251+163=628 (83% of max value = 765). Red value is 214 (83.98% from 255 or 34.08% from 628); Green value is 251 (98.44% from 255 or 39.97% from 628); Blue value is 163 (64.06% from 255 or 25.96% from 628); Max value from RGB is 251 - color contains mainly: green. Hex color #D6FBA3 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D6FBA3 is #29045C. Grayscale: #E6E6E6. Windows color (decimal): -2688093 or 10746838. OLE color: 10746838.
HSL color Cylindrical-coordinate representation of color #D6FBA3: hue angle of 85.23º degrees, saturation: 0.92, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D6FBA3 is Cyan = 0.15, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 214 | 251 | 163 | - |
| CMYK | 0.15 | 0 | 0.35 | 0.02 |
| HSL | 85.23º | 0.92% | 0.81% | - |
| HSV(B) | 85.23º | 0.35% | 0.98% | - |
| XYZ | 68.84 | 85.93 | 47.61 | - |
| YUV | 229.91 | 90.24 | 116.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 251 | 163 | 0.15 | 0 | 0.35 | 0.02 | 85.23 | 0.92 | 0.81 |
| Hex | D6 | FB | A3 | F | 0 | 23 | 2 | 55 | 5C | 51 |
| Octal | 326 | 373 | 243 | 17 | 0 | 43 | 2 | 125 | 134 | 121 |
| Binary | 11010110 | 11111011 | 10100011 | 1111 | 0 | 100011 | 10 | 1010101 | 1011100 | 1010001 |
Color Harmonies of #D6FBA3
Complementary color
Monochromatic Colors of #D6FBA3
Black with #D6FBA3
Text Example
Text Example
White with #D6FBA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6FBA3; }
p { color: rgb(214,251,163); }
H1.HeaderClassName
{
color: #D6FBA3;
}
.AnyTagClassName
{
color: #D6FBA3;
}
</style>
background-color css
<style>
a { background-color: #D6FBA3; }
a { background-color: rgb(214,251,163); }
div.DivClassName
{
background-color: #D6FBA3;
}
.BgClassName
{
background-color: #D6FBA3;
}
</style>
border-color css
<style>
span { border-color: #D6FBA3; }
span { border-color: rgb(214,251,163); }
td.TdClassName
{
border-color: #D6FBA3;
}
.TagClassName
{
border-color: #D6FBA3;
}
</style>