Shades of Reef #CBF4A4
Tints of Reef #CBF4A4
RGB
CMYK
RGB Variations
Color information
#CBF4A4 (or 0xCBF4A4) is known color: Reef. HEX triplet: CB, F4 and A4. RGB value is (203,244,164). Sum of RGB (Red+Green+Blue) = 203+244+164=611 (80% of max value = 765). Red value is 203 (79.69% from 255 or 33.22% from 611); Green value is 244 (95.70% from 255 or 39.93% from 611); Blue value is 164 (64.45% from 255 or 26.84% from 611); Max value from RGB is 244 - color contains mainly: green. Hex color #CBF4A4 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CBF4A4 is #340B5B. Grayscale: #DEDEDE. Windows color (decimal): -3410780 or 10810571. OLE color: 10810571.
HSL color Cylindrical-coordinate representation of color #CBF4A4: hue angle of 90.75º degrees, saturation: 0.78, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CBF4A4 is Cyan = 0.17, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 203 | 244 | 164 | - |
| CMYK | 0.17 | 0 | 0.33 | 0.04 |
| HSL | 90.75º | 0.78% | 0.8% | - |
| HSV(B) | 90.75º | 0.33% | 0.96% | - |
| XYZ | 63.68 | 80.08 | 47.22 | - |
| YUV | 222.62 | 94.92 | 114 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 244 | 164 | 0.17 | 0 | 0.33 | 0.04 | 90.75 | 0.78 | 0.8 |
| Hex | CB | F4 | A4 | 11 | 0 | 21 | 4 | 5B | 4E | 50 |
| Octal | 313 | 364 | 244 | 21 | 0 | 41 | 4 | 133 | 116 | 120 |
| Binary | 11001011 | 11110100 | 10100100 | 10001 | 0 | 100001 | 100 | 1011011 | 1001110 | 1010000 |
Color Harmonies of #CBF4A4
Complementary color
Monochromatic Colors of #CBF4A4
Black with #CBF4A4
Text Example
Text Example
White with #CBF4A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBF4A4; }
p { color: rgb(203,244,164); }
H1.HeaderClassName
{
color: #CBF4A4;
}
.AnyTagClassName
{
color: #CBF4A4;
}
</style>
background-color css
<style>
a { background-color: #CBF4A4; }
a { background-color: rgb(203,244,164); }
div.DivClassName
{
background-color: #CBF4A4;
}
.BgClassName
{
background-color: #CBF4A4;
}
</style>
border-color css
<style>
span { border-color: #CBF4A4; }
span { border-color: rgb(203,244,164); }
td.TdClassName
{
border-color: #CBF4A4;
}
.TagClassName
{
border-color: #CBF4A4;
}
</style>