Shades of Reef #CAEFAA
Tints of Reef #CAEFAA
RGB
CMYK
RGB Variations
Color information
#CAEFAA (or 0xCAEFAA) is known color: Reef. HEX triplet: CA, EF and AA. RGB value is (202,239,170). Sum of RGB (Red+Green+Blue) = 202+239+170=611 (80% of max value = 765). Red value is 202 (79.30% from 255 or 33.06% from 611); Green value is 239 (93.75% from 255 or 39.12% from 611); Blue value is 170 (66.80% from 255 or 27.82% from 611); Max value from RGB is 239 - color contains mainly: green. Hex color #CAEFAA is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CAEFAA is #351055. Grayscale: #DCDCDC. Windows color (decimal): -3477590 or 11202506. OLE color: 11202506.
HSL color Cylindrical-coordinate representation of color #CAEFAA: hue angle of 92.17º degrees, saturation: 0.68, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CAEFAA is Cyan = 0.15, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 202 | 239 | 170 | - |
| CMYK | 0.15 | 0 | 0.29 | 0.06 |
| HSL | 92.17º | 0.68% | 0.8% | - |
| HSV(B) | 92.17º | 0.29% | 0.94% | - |
| XYZ | 62.48 | 77.19 | 49.64 | - |
| YUV | 220.07 | 99.74 | 115.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 239 | 170 | 0.15 | 0 | 0.29 | 0.06 | 92.17 | 0.68 | 0.8 |
| Hex | CA | EF | AA | F | 0 | 1D | 6 | 5C | 44 | 50 |
| Octal | 312 | 357 | 252 | 17 | 0 | 35 | 6 | 134 | 104 | 120 |
| Binary | 11001010 | 11101111 | 10101010 | 1111 | 0 | 11101 | 110 | 1011100 | 1000100 | 1010000 |
Color Harmonies of #CAEFAA
Complementary color
Monochromatic Colors of #CAEFAA
Black with #CAEFAA
Text Example
Text Example
White with #CAEFAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAEFAA; }
p { color: rgb(202,239,170); }
H1.HeaderClassName
{
color: #CAEFAA;
}
.AnyTagClassName
{
color: #CAEFAA;
}
</style>
background-color css
<style>
a { background-color: #CAEFAA; }
a { background-color: rgb(202,239,170); }
div.DivClassName
{
background-color: #CAEFAA;
}
.BgClassName
{
background-color: #CAEFAA;
}
</style>
border-color css
<style>
span { border-color: #CAEFAA; }
span { border-color: rgb(202,239,170); }
td.TdClassName
{
border-color: #CAEFAA;
}
.TagClassName
{
border-color: #CAEFAA;
}
</style>