Shades of Mint Tulip #CAEAE0
Tints of Mint Tulip #CAEAE0
RGB
CMYK
RGB Variations
Color information
#CAEAE0 (or 0xCAEAE0) is known color: Mint Tulip. HEX triplet: CA, EA and E0. RGB value is (202,234,224). Sum of RGB (Red+Green+Blue) = 202+234+224=660 (87% of max value = 765). Red value is 202 (79.30% from 255 or 30.61% from 660); Green value is 234 (91.80% from 255 or 35.45% from 660); Blue value is 224 (87.89% from 255 or 33.94% from 660); Max value from RGB is 234 - color contains mainly: green. Hex color #CAEAE0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAEAE0 is #35151F. Grayscale: #DFDFDF. Windows color (decimal): -3478816 or 14740170. OLE color: 14740170.
HSL color Cylindrical-coordinate representation of color #CAEAE0: hue angle of 161.25º degrees, saturation: 0.43, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CAEAE0 is Cyan = 0.14, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 202 | 234 | 224 | - |
| CMYK | 0.14 | 0 | 0.04 | 0.08 |
| HSL | 161.25º | 0.43% | 0.85% | - |
| HSV(B) | 161.25º | 0.14% | 0.92% | - |
| XYZ | 67.23 | 76.78 | 81.8 | - |
| YUV | 223.29 | 128.4 | 112.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 234 | 224 | 0.14 | 0 | 0.04 | 0.08 | 161.25 | 0.43 | 0.85 |
| Hex | CA | EA | E0 | E | 0 | 4 | 8 | A1 | 2B | 55 |
| Octal | 312 | 352 | 340 | 16 | 0 | 4 | 10 | 241 | 53 | 125 |
| Binary | 11001010 | 11101010 | 11100000 | 1110 | 0 | 100 | 1000 | 10100001 | 101011 | 1010101 |
Color Harmonies of #CAEAE0
Complementary color
Monochromatic Colors of #CAEAE0
Black with #CAEAE0
Text Example
Text Example
White with #CAEAE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAEAE0; }
p { color: rgb(202,234,224); }
H1.HeaderClassName
{
color: #CAEAE0;
}
.AnyTagClassName
{
color: #CAEAE0;
}
</style>
background-color css
<style>
a { background-color: #CAEAE0; }
a { background-color: rgb(202,234,224); }
div.DivClassName
{
background-color: #CAEAE0;
}
.BgClassName
{
background-color: #CAEAE0;
}
</style>
border-color css
<style>
span { border-color: #CAEAE0; }
span { border-color: rgb(202,234,224); }
td.TdClassName
{
border-color: #CAEAE0;
}
.TagClassName
{
border-color: #CAEAE0;
}
</style>