Shades of Tea Green #CBFAB8
Tints of Tea Green #CBFAB8
RGB
CMYK
RGB Variations
Color information
#CBFAB8 (or 0xCBFAB8) is known color: Tea Green. HEX triplet: CB, FA and B8. RGB value is (203,250,184). Sum of RGB (Red+Green+Blue) = 203+250+184=637 (84% of max value = 765). Red value is 203 (79.69% from 255 or 31.87% from 637); Green value is 250 (98.05% from 255 or 39.25% from 637); Blue value is 184 (72.27% from 255 or 28.89% from 637); Max value from RGB is 250 - color contains mainly: green. Hex color #CBFAB8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CBFAB8 is #340547. Grayscale: #E4E4E4. Windows color (decimal): -3409224 or 12122827. OLE color: 12122827.
HSL color Cylindrical-coordinate representation of color #CBFAB8: hue angle of 102.73º degrees, saturation: 0.87, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #CBFAB8 is Cyan = 0.19, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 203 | 250 | 184 | - |
| CMYK | 0.19 | 0 | 0.26 | 0.02 |
| HSL | 102.73º | 0.87% | 0.85% | - |
| HSV(B) | 102.73º | 0.26% | 0.98% | - |
| XYZ | 67.47 | 84.53 | 58.11 | - |
| YUV | 228.42 | 102.93 | 109.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 250 | 184 | 0.19 | 0 | 0.26 | 0.02 | 102.73 | 0.87 | 0.85 |
| Hex | CB | FA | B8 | 13 | 0 | 1A | 2 | 67 | 57 | 55 |
| Octal | 313 | 372 | 270 | 23 | 0 | 32 | 2 | 147 | 127 | 125 |
| Binary | 11001011 | 11111010 | 10111000 | 10011 | 0 | 11010 | 10 | 1100111 | 1010111 | 1010101 |
Color Harmonies of #CBFAB8
Complementary color
Monochromatic Colors of #CBFAB8
Black with #CBFAB8
Text Example
Text Example
White with #CBFAB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBFAB8; }
p { color: rgb(203,250,184); }
H1.HeaderClassName
{
color: #CBFAB8;
}
.AnyTagClassName
{
color: #CBFAB8;
}
</style>
background-color css
<style>
a { background-color: #CBFAB8; }
a { background-color: rgb(203,250,184); }
div.DivClassName
{
background-color: #CBFAB8;
}
.BgClassName
{
background-color: #CBFAB8;
}
</style>
border-color css
<style>
span { border-color: #CBFAB8; }
span { border-color: rgb(203,250,184); }
td.TdClassName
{
border-color: #CBFAB8;
}
.TagClassName
{
border-color: #CBFAB8;
}
</style>