Shades of Tea Green #CAEEC2
Tints of Tea Green #CAEEC2
RGB
CMYK
RGB Variations
Color information
#CAEEC2 (or 0xCAEEC2) is known color: Tea Green. HEX triplet: CA, EE and C2. RGB value is (202,238,194). Sum of RGB (Red+Green+Blue) = 202+238+194=634 (83% of max value = 765). Red value is 202 (79.30% from 255 or 31.86% from 634); Green value is 238 (93.36% from 255 or 37.54% from 634); Blue value is 194 (76.17% from 255 or 30.60% from 634); Max value from RGB is 238 - color contains mainly: green. Hex color #CAEEC2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAEEC2 is #35113D. Grayscale: #DEDEDE. Windows color (decimal): -3477822 or 12775114. OLE color: 12775114.
HSL color Cylindrical-coordinate representation of color #CAEEC2: hue angle of 109.09º degrees, saturation: 0.56, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CAEEC2 is Cyan = 0.15, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.07.
Color convert
RGB | 202 | 238 | 194 | - |
CMYK | 0.15 | 0 | 0.18 | 0.07 |
HSL | 109.09º | 0.56% | 0.85% | - |
HSV(B) | 109.09º | 0.18% | 0.93% | - |
XYZ | 64.67 | 77.6 | 62.61 | - |
YUV | 222.22 | 112.07 | 113.58 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 238 | 194 | 0.15 | 0 | 0.18 | 0.07 | 109.09 | 0.56 | 0.85 |
Hex | CA | EE | C2 | F | 0 | 12 | 7 | 6D | 38 | 55 |
Octal | 312 | 356 | 302 | 17 | 0 | 22 | 7 | 155 | 70 | 125 |
Binary | 11001010 | 11101110 | 11000010 | 1111 | 0 | 10010 | 111 | 1101101 | 111000 | 1010101 |
Color Harmonies of #CAEEC2
Complementary color
Monochromatic Colors of #CAEEC2
Black with #CAEEC2
Text Example
Text Example
White with #CAEEC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAEEC2; }
p { color: rgb(202,238,194); }
H1.HeaderClassName
{
color: #CAEEC2;
}
.AnyTagClassName
{
color: #CAEEC2;
}
</style>
background-color css
<style>
a { background-color: #CAEEC2; }
a { background-color: rgb(202,238,194); }
div.DivClassName
{
background-color: #CAEEC2;
}
.BgClassName
{
background-color: #CAEEC2;
}
</style>
border-color css
<style>
span { border-color: #CAEEC2; }
span { border-color: rgb(202,238,194); }
td.TdClassName
{
border-color: #CAEEC2;
}
.TagClassName
{
border-color: #CAEEC2;
}
</style>