Shades of Reef #CAE492
Tints of Reef #CAE492
RGB
CMYK
RGB Variations
Color information
#CAE492 (or 0xCAE492) is known color: Reef. HEX triplet: CA, E4 and 92. RGB value is (202,228,146). Sum of RGB (Red+Green+Blue) = 202+228+146=576 (76% of max value = 765). Red value is 202 (79.30% from 255 or 35.07% from 576); Green value is 228 (89.45% from 255 or 39.58% from 576); Blue value is 146 (57.42% from 255 or 25.35% from 576); Max value from RGB is 228 - color contains mainly: green. Hex color #CAE492 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAE492 is #351B6D. Grayscale: #D3D3D3. Windows color (decimal): -3480430 or 9626826. OLE color: 9626826.
HSL color Cylindrical-coordinate representation of color #CAE492: hue angle of 79.02º degrees, saturation: 0.6, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #CAE492 is Cyan = 0.11, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 202 | 228 | 146 | - |
| CMYK | 0.11 | 0 | 0.36 | 0.11 |
| HSL | 79.02º | 0.6% | 0.73% | - |
| HSV(B) | 79.02º | 0.36% | 0.89% | - |
| XYZ | 57.29 | 70.12 | 37.71 | - |
| YUV | 210.88 | 91.39 | 121.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 228 | 146 | 0.11 | 0 | 0.36 | 0.11 | 79.02 | 0.6 | 0.73 |
| Hex | CA | E4 | 92 | B | 0 | 24 | B | 4F | 3C | 49 |
| Octal | 312 | 344 | 222 | 13 | 0 | 44 | 13 | 117 | 74 | 111 |
| Binary | 11001010 | 11100100 | 10010010 | 1011 | 0 | 100100 | 1011 | 1001111 | 111100 | 1001001 |
Color Harmonies of #CAE492
Complementary color
Monochromatic Colors of #CAE492
Black with #CAE492
Text Example
Text Example
White with #CAE492
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAE492; }
p { color: rgb(202,228,146); }
H1.HeaderClassName
{
color: #CAE492;
}
.AnyTagClassName
{
color: #CAE492;
}
</style>
background-color css
<style>
a { background-color: #CAE492; }
a { background-color: rgb(202,228,146); }
div.DivClassName
{
background-color: #CAE492;
}
.BgClassName
{
background-color: #CAE492;
}
</style>
border-color css
<style>
span { border-color: #CAE492; }
span { border-color: rgb(202,228,146); }
td.TdClassName
{
border-color: #CAE492;
}
.TagClassName
{
border-color: #CAE492;
}
</style>