Shades of Reef #CBEEA8
Tints of Reef #CBEEA8
RGB
CMYK
RGB Variations
Color information
#CBEEA8 (or 0xCBEEA8) is known color: Reef. HEX triplet: CB, EE and A8. RGB value is (203,238,168). Sum of RGB (Red+Green+Blue) = 203+238+168=609 (80% of max value = 765). Red value is 203 (79.69% from 255 or 33.33% from 609); Green value is 238 (93.36% from 255 or 39.08% from 609); Blue value is 168 (66.02% from 255 or 27.59% from 609); Max value from RGB is 238 - color contains mainly: green. Hex color #CBEEA8 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CBEEA8 is #341157. Grayscale: #DBDBDB. Windows color (decimal): -3412312 or 11071179. OLE color: 11071179.
HSL color Cylindrical-coordinate representation of color #CBEEA8: hue angle of 90º 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 #CBEEA8 is Cyan = 0.15, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.07.
Color convert
RGB | 203 | 238 | 168 | - |
CMYK | 0.15 | 0 | 0.29 | 0.07 |
HSL | 90º | 0.67% | 0.8% | - |
HSV(B) | 90º | 0.29% | 0.93% | - |
XYZ | 62.27 | 76.67 | 48.56 | - |
YUV | 219.56 | 98.9 | 116.19 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 203 | 238 | 168 | 0.15 | 0 | 0.29 | 0.07 | 90 | 0.67 | 0.8 |
Hex | CB | EE | A8 | F | 0 | 1D | 7 | 5A | 43 | 50 |
Octal | 313 | 356 | 250 | 17 | 0 | 35 | 7 | 132 | 103 | 120 |
Binary | 11001011 | 11101110 | 10101000 | 1111 | 0 | 11101 | 111 | 1011010 | 1000011 | 1010000 |
Color Harmonies of #CBEEA8
Complementary color
Monochromatic Colors of #CBEEA8
Black with #CBEEA8
Text Example
Text Example
White with #CBEEA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBEEA8; }
p { color: rgb(203,238,168); }
H1.HeaderClassName
{
color: #CBEEA8;
}
.AnyTagClassName
{
color: #CBEEA8;
}
</style>
background-color css
<style>
a { background-color: #CBEEA8; }
a { background-color: rgb(203,238,168); }
div.DivClassName
{
background-color: #CBEEA8;
}
.BgClassName
{
background-color: #CBEEA8;
}
</style>
border-color css
<style>
span { border-color: #CBEEA8; }
span { border-color: rgb(203,238,168); }
td.TdClassName
{
border-color: #CBEEA8;
}
.TagClassName
{
border-color: #CBEEA8;
}
</style>