Shades of Tea Green #CBFDAA
Tints of Tea Green #CBFDAA
RGB
CMYK
RGB Variations
Color information
#CBFDAA (or 0xCBFDAA) is known color: Tea Green. HEX triplet: CB, FD and AA. RGB value is (203,253,170). Sum of RGB (Red+Green+Blue) = 203+253+170=626 (82% of max value = 765). Red value is 203 (79.69% from 255 or 32.43% from 626); Green value is 253 (99.22% from 255 or 40.42% from 626); Blue value is 170 (66.80% from 255 or 27.16% from 626); Max value from RGB is 253 - color contains mainly: green. Hex color #CBFDAA is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CBFDAA is #340255. Grayscale: #E4E4E4. Windows color (decimal): -3408470 or 11206091. OLE color: 11206091.
HSL color Cylindrical-coordinate representation of color #CBFDAA: hue angle of 96.14º degrees, saturation: 0.95, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CBFDAA is Cyan = 0.20, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 203 | 253 | 170 | - |
| CMYK | 0.20 | 0 | 0.33 | 0.01 |
| HSL | 96.14º | 0.95% | 0.83% | - |
| HSV(B) | 96.14º | 0.33% | 0.99% | - |
| XYZ | 67.01 | 85.85 | 51.07 | - |
| YUV | 228.59 | 94.94 | 109.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 253 | 170 | 0.20 | 0 | 0.33 | 0.01 | 96.14 | 0.95 | 0.83 |
| Hex | CB | FD | AA | 14 | 0 | 21 | 1 | 60 | 5F | 53 |
| Octal | 313 | 375 | 252 | 24 | 0 | 41 | 1 | 140 | 137 | 123 |
| Binary | 11001011 | 11111101 | 10101010 | 10100 | 0 | 100001 | 1 | 1100000 | 1011111 | 1010011 |
Color Harmonies of #CBFDAA
Complementary color
Monochromatic Colors of #CBFDAA
Black with #CBFDAA
Text Example
Text Example
White with #CBFDAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBFDAA; }
p { color: rgb(203,253,170); }
H1.HeaderClassName
{
color: #CBFDAA;
}
.AnyTagClassName
{
color: #CBFDAA;
}
</style>
background-color css
<style>
a { background-color: #CBFDAA; }
a { background-color: rgb(203,253,170); }
div.DivClassName
{
background-color: #CBFDAA;
}
.BgClassName
{
background-color: #CBFDAA;
}
</style>
border-color css
<style>
span { border-color: #CBFDAA; }
span { border-color: rgb(203,253,170); }
td.TdClassName
{
border-color: #CBFDAA;
}
.TagClassName
{
border-color: #CBFDAA;
}
</style>