Shades of Reef #CAEEA5
Tints of Reef #CAEEA5
RGB
CMYK
RGB Variations
Color information
#CAEEA5 (or 0xCAEEA5) is known color: Reef. HEX triplet: CA, EE and A5. RGB value is (202,238,165). Sum of RGB (Red+Green+Blue) = 202+238+165=605 (80% of max value = 765). Red value is 202 (79.30% from 255 or 33.39% from 605); Green value is 238 (93.36% from 255 or 39.34% from 605); Blue value is 165 (64.84% from 255 or 27.27% from 605); Max value from RGB is 238 - color contains mainly: green. Hex color #CAEEA5 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CAEEA5 is #35115A. Grayscale: #DBDBDB. Windows color (decimal): -3477851 or 10874570. OLE color: 10874570.
HSL color Cylindrical-coordinate representation of color #CAEEA5: hue angle of 89.59º degrees, saturation: 0.68, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #CAEEA5 is Cyan = 0.15, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 202 | 238 | 165 | - |
| CMYK | 0.15 | 0 | 0.31 | 0.07 |
| HSL | 89.59º | 0.68% | 0.79% | - |
| HSV(B) | 89.59º | 0.31% | 0.93% | - |
| XYZ | 61.72 | 76.42 | 47.1 | - |
| YUV | 218.91 | 97.57 | 115.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 238 | 165 | 0.15 | 0 | 0.31 | 0.07 | 89.59 | 0.68 | 0.79 |
| Hex | CA | EE | A5 | F | 0 | 1F | 7 | 5A | 44 | 4F |
| Octal | 312 | 356 | 245 | 17 | 0 | 37 | 7 | 132 | 104 | 117 |
| Binary | 11001010 | 11101110 | 10100101 | 1111 | 0 | 11111 | 111 | 1011010 | 1000100 | 1001111 |
Color Harmonies of #CAEEA5
Complementary color
Monochromatic Colors of #CAEEA5
Black with #CAEEA5
Text Example
Text Example
White with #CAEEA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAEEA5; }
p { color: rgb(202,238,165); }
H1.HeaderClassName
{
color: #CAEEA5;
}
.AnyTagClassName
{
color: #CAEEA5;
}
</style>
background-color css
<style>
a { background-color: #CAEEA5; }
a { background-color: rgb(202,238,165); }
div.DivClassName
{
background-color: #CAEEA5;
}
.BgClassName
{
background-color: #CAEEA5;
}
</style>
border-color css
<style>
span { border-color: #CAEEA5; }
span { border-color: rgb(202,238,165); }
td.TdClassName
{
border-color: #CAEEA5;
}
.TagClassName
{
border-color: #CAEEA5;
}
</style>