Shades of Reef #CBFAA4
Tints of Reef #CBFAA4
RGB
CMYK
RGB Variations
Color information
#CBFAA4 (or 0xCBFAA4) is known color: Reef. HEX triplet: CB, FA and A4. RGB value is (203,250,164). Sum of RGB (Red+Green+Blue) = 203+250+164=617 (81% of max value = 765). Red value is 203 (79.69% from 255 or 32.90% from 617); Green value is 250 (98.05% from 255 or 40.52% from 617); Blue value is 164 (64.45% from 255 or 26.58% from 617); Max value from RGB is 250 - color contains mainly: green. Hex color #CBFAA4 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CBFAA4 is #34055B. Grayscale: #E2E2E2. Windows color (decimal): -3409244 or 10812107. OLE color: 10812107.
HSL color Cylindrical-coordinate representation of color #CBFAA4: hue angle of 92.79º degrees, saturation: 0.9, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CBFAA4 is Cyan = 0.19, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 203 | 250 | 164 | - |
| CMYK | 0.19 | 0 | 0.34 | 0.02 |
| HSL | 92.79º | 0.9% | 0.81% | - |
| HSV(B) | 92.79º | 0.34% | 0.98% | - |
| XYZ | 65.52 | 83.75 | 47.83 | - |
| YUV | 226.14 | 92.93 | 111.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 250 | 164 | 0.19 | 0 | 0.34 | 0.02 | 92.79 | 0.9 | 0.81 |
| Hex | CB | FA | A4 | 13 | 0 | 22 | 2 | 5D | 5A | 51 |
| Octal | 313 | 372 | 244 | 23 | 0 | 42 | 2 | 135 | 132 | 121 |
| Binary | 11001011 | 11111010 | 10100100 | 10011 | 0 | 100010 | 10 | 1011101 | 1011010 | 1010001 |
Color Harmonies of #CBFAA4
Complementary color
Monochromatic Colors of #CBFAA4
Black with #CBFAA4
Text Example
Text Example
White with #CBFAA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBFAA4; }
p { color: rgb(203,250,164); }
H1.HeaderClassName
{
color: #CBFAA4;
}
.AnyTagClassName
{
color: #CBFAA4;
}
</style>
background-color css
<style>
a { background-color: #CBFAA4; }
a { background-color: rgb(203,250,164); }
div.DivClassName
{
background-color: #CBFAA4;
}
.BgClassName
{
background-color: #CBFAA4;
}
</style>
border-color css
<style>
span { border-color: #CBFAA4; }
span { border-color: rgb(203,250,164); }
td.TdClassName
{
border-color: #CBFAA4;
}
.TagClassName
{
border-color: #CBFAA4;
}
</style>