Shades of Reef #CBEEA2
Tints of Reef #CBEEA2
RGB
CMYK
RGB Variations
Color information
#CBEEA2 (or 0xCBEEA2) is known color: Reef. HEX triplet: CB, EE and A2. RGB value is (203,238,162). Sum of RGB (Red+Green+Blue) = 203+238+162=603 (79% of max value = 765). Red value is 203 (79.69% from 255 or 33.67% from 603); Green value is 238 (93.36% from 255 or 39.47% from 603); Blue value is 162 (63.67% from 255 or 26.87% from 603); Max value from RGB is 238 - color contains mainly: green. Hex color #CBEEA2 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CBEEA2 is #34115D. Grayscale: #DBDBDB. Windows color (decimal): -3412318 or 10677963. OLE color: 10677963.
HSL color Cylindrical-coordinate representation of color #CBEEA2: hue angle of 87.63º degrees, saturation: 0.69, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CBEEA2 is Cyan = 0.15, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 203 | 238 | 162 | - |
| CMYK | 0.15 | 0 | 0.32 | 0.07 |
| HSL | 87.63º | 0.69% | 0.78% | - |
| HSV(B) | 87.63º | 0.32% | 0.93% | - |
| XYZ | 61.72 | 76.45 | 45.69 | - |
| YUV | 218.87 | 95.9 | 116.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 238 | 162 | 0.15 | 0 | 0.32 | 0.07 | 87.63 | 0.69 | 0.78 |
| Hex | CB | EE | A2 | F | 0 | 20 | 7 | 58 | 45 | 4E |
| Octal | 313 | 356 | 242 | 17 | 0 | 40 | 7 | 130 | 105 | 116 |
| Binary | 11001011 | 11101110 | 10100010 | 1111 | 0 | 100000 | 111 | 1011000 | 1000101 | 1001110 |
Color Harmonies of #CBEEA2
Complementary color
Monochromatic Colors of #CBEEA2
Black with #CBEEA2
Text Example
Text Example
White with #CBEEA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBEEA2; }
p { color: rgb(203,238,162); }
H1.HeaderClassName
{
color: #CBEEA2;
}
.AnyTagClassName
{
color: #CBEEA2;
}
</style>
background-color css
<style>
a { background-color: #CBEEA2; }
a { background-color: rgb(203,238,162); }
div.DivClassName
{
background-color: #CBEEA2;
}
.BgClassName
{
background-color: #CBEEA2;
}
</style>
border-color css
<style>
span { border-color: #CBEEA2; }
span { border-color: rgb(203,238,162); }
td.TdClassName
{
border-color: #CBEEA2;
}
.TagClassName
{
border-color: #CBEEA2;
}
</style>