Shades of Reef #CBEEA9
Tints of Reef #CBEEA9
RGB
CMYK
RGB Variations
Color information
#CBEEA9 (or 0xCBEEA9) is known color: Reef. HEX triplet: CB, EE and A9. RGB value is (203,238,169). Sum of RGB (Red+Green+Blue) = 203+238+169=610 (80% of max value = 765). Red value is 203 (79.69% from 255 or 33.28% from 610); Green value is 238 (93.36% from 255 or 39.02% from 610); Blue value is 169 (66.41% from 255 or 27.70% from 610); Max value from RGB is 238 - color contains mainly: green. Hex color #CBEEA9 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CBEEA9 is #341156. Grayscale: #DBDBDB. Windows color (decimal): -3412311 or 11136715. OLE color: 11136715.
HSL color Cylindrical-coordinate representation of color #CBEEA9: hue angle of 90.43º degrees, saturation: 0.67, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CBEEA9 is Cyan = 0.15, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 203 | 238 | 169 | - |
| CMYK | 0.15 | 0 | 0.29 | 0.07 |
| HSL | 90.43º | 0.67% | 0.8% | - |
| HSV(B) | 90.43º | 0.29% | 0.93% | - |
| XYZ | 62.36 | 76.71 | 49.06 | - |
| YUV | 219.67 | 99.4 | 116.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 238 | 169 | 0.15 | 0 | 0.29 | 0.07 | 90.43 | 0.67 | 0.8 |
| Hex | CB | EE | A9 | F | 0 | 1D | 7 | 5A | 43 | 50 |
| Octal | 313 | 356 | 251 | 17 | 0 | 35 | 7 | 132 | 103 | 120 |
| Binary | 11001011 | 11101110 | 10101001 | 1111 | 0 | 11101 | 111 | 1011010 | 1000011 | 1010000 |
Color Harmonies of #CBEEA9
Complementary color
Monochromatic Colors of #CBEEA9
Black with #CBEEA9
Text Example
Text Example
White with #CBEEA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBEEA9; }
p { color: rgb(203,238,169); }
H1.HeaderClassName
{
color: #CBEEA9;
}
.AnyTagClassName
{
color: #CBEEA9;
}
</style>
background-color css
<style>
a { background-color: #CBEEA9; }
a { background-color: rgb(203,238,169); }
div.DivClassName
{
background-color: #CBEEA9;
}
.BgClassName
{
background-color: #CBEEA9;
}
</style>
border-color css
<style>
span { border-color: #CBEEA9; }
span { border-color: rgb(203,238,169); }
td.TdClassName
{
border-color: #CBEEA9;
}
.TagClassName
{
border-color: #CBEEA9;
}
</style>