Shades of Reef #CBF2A2
Tints of Reef #CBF2A2
RGB
CMYK
RGB Variations
Color information
#CBF2A2 (or 0xCBF2A2) is known color: Reef. HEX triplet: CB, F2 and A2. RGB value is (203,242,162). Sum of RGB (Red+Green+Blue) = 203+242+162=607 (80% of max value = 765). Red value is 203 (79.69% from 255 or 33.44% from 607); Green value is 242 (94.92% from 255 or 39.87% from 607); Blue value is 162 (63.67% from 255 or 26.69% from 607); Max value from RGB is 242 - color contains mainly: green. Hex color #CBF2A2 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CBF2A2 is #340D5D. Grayscale: #DDDDDD. Windows color (decimal): -3411294 or 10678987. OLE color: 10678987.
HSL color Cylindrical-coordinate representation of color #CBF2A2: hue angle of 89.25º degrees, saturation: 0.75, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CBF2A2 is Cyan = 0.16, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 203 | 242 | 162 | - |
| CMYK | 0.16 | 0 | 0.33 | 0.05 |
| HSL | 89.25º | 0.75% | 0.79% | - |
| HSV(B) | 89.25º | 0.33% | 0.95% | - |
| XYZ | 62.9 | 78.81 | 46.08 | - |
| YUV | 221.22 | 94.58 | 115 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 242 | 162 | 0.16 | 0 | 0.33 | 0.05 | 89.25 | 0.75 | 0.79 |
| Hex | CB | F2 | A2 | 10 | 0 | 21 | 5 | 59 | 4B | 4F |
| Octal | 313 | 362 | 242 | 20 | 0 | 41 | 5 | 131 | 113 | 117 |
| Binary | 11001011 | 11110010 | 10100010 | 10000 | 0 | 100001 | 101 | 1011001 | 1001011 | 1001111 |
Color Harmonies of #CBF2A2
Complementary color
Monochromatic Colors of #CBF2A2
Black with #CBF2A2
Text Example
Text Example
White with #CBF2A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBF2A2; }
p { color: rgb(203,242,162); }
H1.HeaderClassName
{
color: #CBF2A2;
}
.AnyTagClassName
{
color: #CBF2A2;
}
</style>
background-color css
<style>
a { background-color: #CBF2A2; }
a { background-color: rgb(203,242,162); }
div.DivClassName
{
background-color: #CBF2A2;
}
.BgClassName
{
background-color: #CBF2A2;
}
</style>
border-color css
<style>
span { border-color: #CBF2A2; }
span { border-color: rgb(203,242,162); }
td.TdClassName
{
border-color: #CBF2A2;
}
.TagClassName
{
border-color: #CBF2A2;
}
</style>