Shades of Reef #CBF1AA
Tints of Reef #CBF1AA
RGB
CMYK
RGB Variations
Color information
#CBF1AA (or 0xCBF1AA) is known color: Reef. HEX triplet: CB, F1 and AA. RGB value is (203,241,170). Sum of RGB (Red+Green+Blue) = 203+241+170=614 (81% of max value = 765). Red value is 203 (79.69% from 255 or 33.06% from 614); Green value is 241 (94.53% from 255 or 39.25% from 614); Blue value is 170 (66.80% from 255 or 27.69% from 614); Max value from RGB is 241 - color contains mainly: green. Hex color #CBF1AA is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CBF1AA is #340E55. Grayscale: #DDDDDD. Windows color (decimal): -3411542 or 11203019. OLE color: 11203019.
HSL color Cylindrical-coordinate representation of color #CBF1AA: hue angle of 92.11º degrees, saturation: 0.72, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CBF1AA is Cyan = 0.16, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 203 | 241 | 170 | - |
| CMYK | 0.16 | 0 | 0.29 | 0.05 |
| HSL | 92.11º | 0.72% | 0.81% | - |
| HSV(B) | 92.11º | 0.29% | 0.95% | - |
| XYZ | 63.34 | 78.51 | 49.85 | - |
| YUV | 221.54 | 98.91 | 114.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 241 | 170 | 0.16 | 0 | 0.29 | 0.05 | 92.11 | 0.72 | 0.81 |
| Hex | CB | F1 | AA | 10 | 0 | 1D | 5 | 5C | 48 | 51 |
| Octal | 313 | 361 | 252 | 20 | 0 | 35 | 5 | 134 | 110 | 121 |
| Binary | 11001011 | 11110001 | 10101010 | 10000 | 0 | 11101 | 101 | 1011100 | 1001000 | 1010001 |
Color Harmonies of #CBF1AA
Complementary color
Monochromatic Colors of #CBF1AA
Black with #CBF1AA
Text Example
Text Example
White with #CBF1AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBF1AA; }
p { color: rgb(203,241,170); }
H1.HeaderClassName
{
color: #CBF1AA;
}
.AnyTagClassName
{
color: #CBF1AA;
}
</style>
background-color css
<style>
a { background-color: #CBF1AA; }
a { background-color: rgb(203,241,170); }
div.DivClassName
{
background-color: #CBF1AA;
}
.BgClassName
{
background-color: #CBF1AA;
}
</style>
border-color css
<style>
span { border-color: #CBF1AA; }
span { border-color: rgb(203,241,170); }
td.TdClassName
{
border-color: #CBF1AA;
}
.TagClassName
{
border-color: #CBF1AA;
}
</style>