Shades of Reef #CAE593
Tints of Reef #CAE593
RGB
CMYK
RGB Variations
Color information
#CAE593 (or 0xCAE593) is known color: Reef. HEX triplet: CA, E5 and 93. RGB value is (202,229,147). Sum of RGB (Red+Green+Blue) = 202+229+147=578 (76% of max value = 765). Red value is 202 (79.30% from 255 or 34.95% from 578); Green value is 229 (89.84% from 255 or 39.62% from 578); Blue value is 147 (57.81% from 255 or 25.43% from 578); Max value from RGB is 229 - color contains mainly: green. Hex color #CAE593 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAE593 is #351A6C. Grayscale: #D3D3D3. Windows color (decimal): -3480173 or 9692618. OLE color: 9692618.
HSL color Cylindrical-coordinate representation of color #CAE593: hue angle of 79.76º degrees, saturation: 0.61, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #CAE593 is Cyan = 0.12, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 202 | 229 | 147 | - |
| CMYK | 0.12 | 0 | 0.36 | 0.10 |
| HSL | 79.76º | 0.61% | 0.74% | - |
| HSV(B) | 79.76º | 0.36% | 0.9% | - |
| XYZ | 57.64 | 70.7 | 38.21 | - |
| YUV | 211.58 | 91.55 | 121.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 229 | 147 | 0.12 | 0 | 0.36 | 0.10 | 79.76 | 0.61 | 0.74 |
| Hex | CA | E5 | 93 | C | 0 | 24 | A | 50 | 3D | 4A |
| Octal | 312 | 345 | 223 | 14 | 0 | 44 | 12 | 120 | 75 | 112 |
| Binary | 11001010 | 11100101 | 10010011 | 1100 | 0 | 100100 | 1010 | 1010000 | 111101 | 1001010 |
Color Harmonies of #CAE593
Complementary color
Monochromatic Colors of #CAE593
Black with #CAE593
Text Example
Text Example
White with #CAE593
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAE593; }
p { color: rgb(202,229,147); }
H1.HeaderClassName
{
color: #CAE593;
}
.AnyTagClassName
{
color: #CAE593;
}
</style>
background-color css
<style>
a { background-color: #CAE593; }
a { background-color: rgb(202,229,147); }
div.DivClassName
{
background-color: #CAE593;
}
.BgClassName
{
background-color: #CAE593;
}
</style>
border-color css
<style>
span { border-color: #CAE593; }
span { border-color: rgb(202,229,147); }
td.TdClassName
{
border-color: #CAE593;
}
.TagClassName
{
border-color: #CAE593;
}
</style>