Shades of Tea Green #CAF7B5
Tints of Tea Green #CAF7B5
RGB
CMYK
RGB Variations
Color information
#CAF7B5 (or 0xCAF7B5) is known color: Tea Green. HEX triplet: CA, F7 and B5. RGB value is (202,247,181). Sum of RGB (Red+Green+Blue) = 202+247+181=630 (83% of max value = 765). Red value is 202 (79.30% from 255 or 32.06% from 630); Green value is 247 (96.88% from 255 or 39.21% from 630); Blue value is 181 (71.09% from 255 or 28.73% from 630); Max value from RGB is 247 - color contains mainly: green. Hex color #CAF7B5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAF7B5 is #35084A. Grayscale: #E2E2E2. Windows color (decimal): -3475531 or 11925450. OLE color: 11925450.
HSL color Cylindrical-coordinate representation of color #CAF7B5: hue angle of 100.91º degrees, saturation: 0.8, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #CAF7B5 is Cyan = 0.18, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.03.
Color convert
RGB | 202 | 247 | 181 | - |
CMYK | 0.18 | 0 | 0.27 | 0.03 |
HSL | 100.91º | 0.8% | 0.84% | - |
HSV(B) | 100.91º | 0.27% | 0.97% | - |
XYZ | 65.96 | 82.41 | 56.15 | - |
YUV | 226.02 | 102.59 | 110.87 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 247 | 181 | 0.18 | 0 | 0.27 | 0.03 | 100.91 | 0.8 | 0.84 |
Hex | CA | F7 | B5 | 12 | 0 | 1B | 3 | 65 | 50 | 54 |
Octal | 312 | 367 | 265 | 22 | 0 | 33 | 3 | 145 | 120 | 124 |
Binary | 11001010 | 11110111 | 10110101 | 10010 | 0 | 11011 | 11 | 1100101 | 1010000 | 1010100 |
Color Harmonies of #CAF7B5
Complementary color
Monochromatic Colors of #CAF7B5
Black with #CAF7B5
Text Example
Text Example
White with #CAF7B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAF7B5; }
p { color: rgb(202,247,181); }
H1.HeaderClassName
{
color: #CAF7B5;
}
.AnyTagClassName
{
color: #CAF7B5;
}
</style>
background-color css
<style>
a { background-color: #CAF7B5; }
a { background-color: rgb(202,247,181); }
div.DivClassName
{
background-color: #CAF7B5;
}
.BgClassName
{
background-color: #CAF7B5;
}
</style>
border-color css
<style>
span { border-color: #CAF7B5; }
span { border-color: rgb(202,247,181); }
td.TdClassName
{
border-color: #CAF7B5;
}
.TagClassName
{
border-color: #CAF7B5;
}
</style>