Shades of Reef #CBEEA6
Tints of Reef #CBEEA6
RGB
CMYK
RGB Variations
Color information
#CBEEA6 (or 0xCBEEA6) is known color: Reef. HEX triplet: CB, EE and A6. RGB value is (203,238,166). Sum of RGB (Red+Green+Blue) = 203+238+166=607 (80% of max value = 765). Red value is 203 (79.69% from 255 or 33.44% from 607); Green value is 238 (93.36% from 255 or 39.21% from 607); Blue value is 166 (65.23% from 255 or 27.35% from 607); Max value from RGB is 238 - color contains mainly: green. Hex color #CBEEA6 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CBEEA6 is #341159. Grayscale: #DBDBDB. Windows color (decimal): -3412314 or 10940107. OLE color: 10940107.
HSL color Cylindrical-coordinate representation of color #CBEEA6: hue angle of 89.17º degrees, saturation: 0.68, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CBEEA6 is Cyan = 0.15, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 203 | 238 | 166 | - |
| CMYK | 0.15 | 0 | 0.30 | 0.07 |
| HSL | 89.17º | 0.68% | 0.79% | - |
| HSV(B) | 89.17º | 0.3% | 0.93% | - |
| XYZ | 62.09 | 76.6 | 47.59 | - |
| YUV | 219.33 | 97.9 | 116.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 238 | 166 | 0.15 | 0 | 0.30 | 0.07 | 89.17 | 0.68 | 0.79 |
| Hex | CB | EE | A6 | F | 0 | 1E | 7 | 59 | 44 | 4F |
| Octal | 313 | 356 | 246 | 17 | 0 | 36 | 7 | 131 | 104 | 117 |
| Binary | 11001011 | 11101110 | 10100110 | 1111 | 0 | 11110 | 111 | 1011001 | 1000100 | 1001111 |
Color Harmonies of #CBEEA6
Complementary color
Monochromatic Colors of #CBEEA6
Black with #CBEEA6
Text Example
Text Example
White with #CBEEA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBEEA6; }
p { color: rgb(203,238,166); }
H1.HeaderClassName
{
color: #CBEEA6;
}
.AnyTagClassName
{
color: #CBEEA6;
}
</style>
background-color css
<style>
a { background-color: #CBEEA6; }
a { background-color: rgb(203,238,166); }
div.DivClassName
{
background-color: #CBEEA6;
}
.BgClassName
{
background-color: #CBEEA6;
}
</style>
border-color css
<style>
span { border-color: #CBEEA6; }
span { border-color: rgb(203,238,166); }
td.TdClassName
{
border-color: #CBEEA6;
}
.TagClassName
{
border-color: #CBEEA6;
}
</style>