Shades of Tea Green #CAEFB5
Tints of Tea Green #CAEFB5
RGB
CMYK
RGB Variations
Color information
#CAEFB5 (or 0xCAEFB5) is known color: Tea Green. HEX triplet: CA, EF and B5. RGB value is (202,239,181). Sum of RGB (Red+Green+Blue) = 202+239+181=622 (82% of max value = 765). Red value is 202 (79.30% from 255 or 32.48% from 622); Green value is 239 (93.75% from 255 or 38.42% from 622); Blue value is 181 (71.09% from 255 or 29.10% from 622); Max value from RGB is 239 - color contains mainly: green. Hex color #CAEFB5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAEFB5 is #35104A. Grayscale: #DDDDDD. Windows color (decimal): -3477579 or 11923402. OLE color: 11923402.
HSL color Cylindrical-coordinate representation of color #CAEFB5: hue angle of 98.28º degrees, saturation: 0.64, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #CAEFB5 is Cyan = 0.15, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.06.
Color convert
RGB | 202 | 239 | 181 | - |
CMYK | 0.15 | 0 | 0.24 | 0.06 |
HSL | 98.28º | 0.64% | 0.82% | - |
HSV(B) | 98.28º | 0.24% | 0.94% | - |
XYZ | 63.56 | 77.63 | 55.35 | - |
YUV | 221.33 | 105.24 | 114.22 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 239 | 181 | 0.15 | 0 | 0.24 | 0.06 | 98.28 | 0.64 | 0.82 |
Hex | CA | EF | B5 | F | 0 | 18 | 6 | 62 | 40 | 52 |
Octal | 312 | 357 | 265 | 17 | 0 | 30 | 6 | 142 | 100 | 122 |
Binary | 11001010 | 11101111 | 10110101 | 1111 | 0 | 11000 | 110 | 1100010 | 1000000 | 1010010 |
Color Harmonies of #CAEFB5
Complementary color
Monochromatic Colors of #CAEFB5
Black with #CAEFB5
Text Example
Text Example
White with #CAEFB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAEFB5; }
p { color: rgb(202,239,181); }
H1.HeaderClassName
{
color: #CAEFB5;
}
.AnyTagClassName
{
color: #CAEFB5;
}
</style>
background-color css
<style>
a { background-color: #CAEFB5; }
a { background-color: rgb(202,239,181); }
div.DivClassName
{
background-color: #CAEFB5;
}
.BgClassName
{
background-color: #CAEFB5;
}
</style>
border-color css
<style>
span { border-color: #CAEFB5; }
span { border-color: rgb(202,239,181); }
td.TdClassName
{
border-color: #CAEFB5;
}
.TagClassName
{
border-color: #CAEFB5;
}
</style>