Shades of Tea Green #CBFDB3
Tints of Tea Green #CBFDB3
RGB
CMYK
RGB Variations
Color information
#CBFDB3 (or 0xCBFDB3) is known color: Tea Green. HEX triplet: CB, FD and B3. RGB value is (203,253,179). Sum of RGB (Red+Green+Blue) = 203+253+179=635 (84% of max value = 765). Red value is 203 (79.69% from 255 or 31.97% from 635); Green value is 253 (99.22% from 255 or 39.84% from 635); Blue value is 179 (70.31% from 255 or 28.19% from 635); Max value from RGB is 253 - color contains mainly: green. Hex color #CBFDB3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CBFDB3 is #34024C. Grayscale: #E5E5E5. Windows color (decimal): -3408461 or 11795915. OLE color: 11795915.
HSL color Cylindrical-coordinate representation of color #CBFDB3: hue angle of 100.54º degrees, saturation: 0.95, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CBFDB3 is Cyan = 0.20, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.01.
Color convert
RGB | 203 | 253 | 179 | - |
CMYK | 0.20 | 0 | 0.29 | 0.01 |
HSL | 100.54º | 0.95% | 0.85% | - |
HSV(B) | 100.54º | 0.29% | 0.99% | - |
XYZ | 67.89 | 86.2 | 55.71 | - |
YUV | 229.61 | 99.44 | 109.02 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 203 | 253 | 179 | 0.20 | 0 | 0.29 | 0.01 | 100.54 | 0.95 | 0.85 |
Hex | CB | FD | B3 | 14 | 0 | 1D | 1 | 65 | 5F | 55 |
Octal | 313 | 375 | 263 | 24 | 0 | 35 | 1 | 145 | 137 | 125 |
Binary | 11001011 | 11111101 | 10110011 | 10100 | 0 | 11101 | 1 | 1100101 | 1011111 | 1010101 |
Color Harmonies of #CBFDB3
Complementary color
Monochromatic Colors of #CBFDB3
Black with #CBFDB3
Text Example
Text Example
White with #CBFDB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBFDB3; }
p { color: rgb(203,253,179); }
H1.HeaderClassName
{
color: #CBFDB3;
}
.AnyTagClassName
{
color: #CBFDB3;
}
</style>
background-color css
<style>
a { background-color: #CBFDB3; }
a { background-color: rgb(203,253,179); }
div.DivClassName
{
background-color: #CBFDB3;
}
.BgClassName
{
background-color: #CBFDB3;
}
</style>
border-color css
<style>
span { border-color: #CBFDB3; }
span { border-color: rgb(203,253,179); }
td.TdClassName
{
border-color: #CBFDB3;
}
.TagClassName
{
border-color: #CBFDB3;
}
</style>