Shades of Reef #CBEAAC
Tints of Reef #CBEAAC
RGB
CMYK
RGB Variations
Color information
#CBEAAC (or 0xCBEAAC) is known color: Reef. HEX triplet: CB, EA and AC. RGB value is (203,234,172). Sum of RGB (Red+Green+Blue) = 203+234+172=609 (80% of max value = 765). Red value is 203 (79.69% from 255 or 33.33% from 609); Green value is 234 (91.80% from 255 or 38.42% from 609); Blue value is 172 (67.58% from 255 or 28.24% from 609); Max value from RGB is 234 - color contains mainly: green. Hex color #CBEAAC is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CBEAAC is #341553. Grayscale: #D9D9D9. Windows color (decimal): -3413332 or 11332299. OLE color: 11332299.
HSL color Cylindrical-coordinate representation of color #CBEAAC: hue angle of 90º degrees, saturation: 0.6, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #CBEAAC is Cyan = 0.13, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.08.
Color convert
RGB | 203 | 234 | 172 | - |
CMYK | 0.13 | 0 | 0.26 | 0.08 |
HSL | 90º | 0.6% | 0.8% | - |
HSV(B) | 90º | 0.26% | 0.92% | - |
XYZ | 61.5 | 74.52 | 50.17 | - |
YUV | 217.66 | 102.23 | 117.54 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 203 | 234 | 172 | 0.13 | 0 | 0.26 | 0.08 | 90 | 0.6 | 0.8 |
Hex | CB | EA | AC | D | 0 | 1A | 8 | 5A | 3C | 50 |
Octal | 313 | 352 | 254 | 15 | 0 | 32 | 10 | 132 | 74 | 120 |
Binary | 11001011 | 11101010 | 10101100 | 1101 | 0 | 11010 | 1000 | 1011010 | 111100 | 1010000 |
Color Harmonies of #CBEAAC
Complementary color
Monochromatic Colors of #CBEAAC
Black with #CBEAAC
Text Example
Text Example
White with #CBEAAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBEAAC; }
p { color: rgb(203,234,172); }
H1.HeaderClassName
{
color: #CBEAAC;
}
.AnyTagClassName
{
color: #CBEAAC;
}
</style>
background-color css
<style>
a { background-color: #CBEAAC; }
a { background-color: rgb(203,234,172); }
div.DivClassName
{
background-color: #CBEAAC;
}
.BgClassName
{
background-color: #CBEAAC;
}
</style>
border-color css
<style>
span { border-color: #CBEAAC; }
span { border-color: rgb(203,234,172); }
td.TdClassName
{
border-color: #CBEAAC;
}
.TagClassName
{
border-color: #CBEAAC;
}
</style>