Shades of Mint Tulip #CAF0E0
Tints of Mint Tulip #CAF0E0
RGB
CMYK
RGB Variations
Color information
#CAF0E0 (or 0xCAF0E0) is known color: Mint Tulip. HEX triplet: CA, F0 and E0. RGB value is (202,240,224). Sum of RGB (Red+Green+Blue) = 202+240+224=666 (88% of max value = 765). Red value is 202 (79.30% from 255 or 30.33% from 666); Green value is 240 (94.14% from 255 or 36.04% from 666); Blue value is 224 (87.89% from 255 or 33.63% from 666); Max value from RGB is 240 - color contains mainly: green. Hex color #CAF0E0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAF0E0 is #350F1F. Grayscale: #E2E2E2. Windows color (decimal): -3477280 or 14741706. OLE color: 14741706.
HSL color Cylindrical-coordinate representation of color #CAF0E0: hue angle of 154.74º degrees, saturation: 0.56, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CAF0E0 is Cyan = 0.16, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 202 | 240 | 224 | - |
| CMYK | 0.16 | 0 | 0.07 | 0.06 |
| HSL | 154.74º | 0.56% | 0.87% | - |
| HSV(B) | 154.74º | 0.16% | 0.94% | - |
| XYZ | 68.97 | 80.26 | 82.38 | - |
| YUV | 226.81 | 126.41 | 110.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 240 | 224 | 0.16 | 0 | 0.07 | 0.06 | 154.74 | 0.56 | 0.87 |
| Hex | CA | F0 | E0 | 10 | 0 | 7 | 6 | 9B | 38 | 57 |
| Octal | 312 | 360 | 340 | 20 | 0 | 7 | 6 | 233 | 70 | 127 |
| Binary | 11001010 | 11110000 | 11100000 | 10000 | 0 | 111 | 110 | 10011011 | 111000 | 1010111 |
Color Harmonies of #CAF0E0
Complementary color
Monochromatic Colors of #CAF0E0
Black with #CAF0E0
Text Example
Text Example
White with #CAF0E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAF0E0; }
p { color: rgb(202,240,224); }
H1.HeaderClassName
{
color: #CAF0E0;
}
.AnyTagClassName
{
color: #CAF0E0;
}
</style>
background-color css
<style>
a { background-color: #CAF0E0; }
a { background-color: rgb(202,240,224); }
div.DivClassName
{
background-color: #CAF0E0;
}
.BgClassName
{
background-color: #CAF0E0;
}
</style>
border-color css
<style>
span { border-color: #CAF0E0; }
span { border-color: rgb(202,240,224); }
td.TdClassName
{
border-color: #CAF0E0;
}
.TagClassName
{
border-color: #CAF0E0;
}
</style>