Shades of Reef #CAEDAC
Tints of Reef #CAEDAC
RGB
CMYK
RGB Variations
Color information
#CAEDAC (or 0xCAEDAC) is known color: Reef. HEX triplet: CA, ED and AC. RGB value is (202,237,172). Sum of RGB (Red+Green+Blue) = 202+237+172=611 (80% of max value = 765). Red value is 202 (79.30% from 255 or 33.06% from 611); Green value is 237 (92.97% from 255 or 38.79% from 611); Blue value is 172 (67.58% from 255 or 28.15% from 611); Max value from RGB is 237 - color contains mainly: green. Hex color #CAEDAC is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CAEDAC is #351253. Grayscale: #DBDBDB. Windows color (decimal): -3478100 or 11333066. OLE color: 11333066.
HSL color Cylindrical-coordinate representation of color #CAEDAC: hue angle of 92.31º degrees, saturation: 0.64, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #CAEDAC is Cyan = 0.15, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 202 | 237 | 172 | - |
| CMYK | 0.15 | 0 | 0.27 | 0.07 |
| HSL | 92.31º | 0.64% | 0.8% | - |
| HSV(B) | 92.31º | 0.27% | 0.93% | - |
| XYZ | 62.09 | 76.1 | 50.45 | - |
| YUV | 219.13 | 101.4 | 115.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 237 | 172 | 0.15 | 0 | 0.27 | 0.07 | 92.31 | 0.64 | 0.8 |
| Hex | CA | ED | AC | F | 0 | 1B | 7 | 5C | 40 | 50 |
| Octal | 312 | 355 | 254 | 17 | 0 | 33 | 7 | 134 | 100 | 120 |
| Binary | 11001010 | 11101101 | 10101100 | 1111 | 0 | 11011 | 111 | 1011100 | 1000000 | 1010000 |
Color Harmonies of #CAEDAC
Complementary color
Monochromatic Colors of #CAEDAC
Black with #CAEDAC
Text Example
Text Example
White with #CAEDAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAEDAC; }
p { color: rgb(202,237,172); }
H1.HeaderClassName
{
color: #CAEDAC;
}
.AnyTagClassName
{
color: #CAEDAC;
}
</style>
background-color css
<style>
a { background-color: #CAEDAC; }
a { background-color: rgb(202,237,172); }
div.DivClassName
{
background-color: #CAEDAC;
}
.BgClassName
{
background-color: #CAEDAC;
}
</style>
border-color css
<style>
span { border-color: #CAEDAC; }
span { border-color: rgb(202,237,172); }
td.TdClassName
{
border-color: #CAEDAC;
}
.TagClassName
{
border-color: #CAEDAC;
}
</style>