#CBFBC0

Color #CBFBC0 Tea Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tea Green #CBFBC0

Tints of Tea Green #CBFBC0

Color information

#CBFBC0 (or 0xCBFBC0) is unknown color: approx Tea Green. HEX triplet: CB, FB and C0. RGB value is (203,251,192). Sum of RGB (Red+Green+Blue) = 203+251+192=646 (85% of max value = 765). Red value is 203 (79.69% from 255 or 31.42% from 646); Green value is 251 (98.44% from 255 or 38.85% from 646); Blue value is 192 (75.39% from 255 or 29.72% from 646); Max value from RGB is 251 - color contains mainly: green. Hex color #CBFBC0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CBFBC0 is #34043F. Grayscale: #E6E6E6. Windows color (decimal): -3408960 or 12647371. OLE color: 12647371.

HSL color Cylindrical-coordinate representation of color #CBFBC0: hue angle of 108.81º degrees, saturation: 0.88, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #CBFBC0 is Cyan = 0.19, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.02.

Color convert

RGB203251192-
CMYK0.1900.240.02
HSL108.81º88.06%86.86%-
HSV(B)108.81º23.51%98.43%-
XYZ68.6485.562.75-
YUV229.92106.6108.8-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 203 (79.69% from 255) = 31.42%
GREEN value IS 251 (98.44% from 255) = 38.85%
BLUE value IS 192 (75.39% from 255) = 29.72%
R=31.42%
G=38.85%
B=29.72%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2032511920.1900.240.02108.8188.0686.86
HexCBFBC01301826d5857
Octal313373300230302155130127
Binary1100101111111011110000001001101100010110110110110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBFBC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBFBC0; }

 p { color: rgb(203,251,192); }

 H1.HeaderClassName
 {
   color: #CBFBC0;
 }
 .AnyTagClassName
 {
   color: #CBFBC0;
 }
</style>
background-color css

<style>
 a { background-color: #CBFBC0; }

 a { background-color: rgb(203,251,192); }

 div.DivClassName
 {
   background-color: #CBFBC0;
 }
 .BgClassName
 {
   background-color: #CBFBC0;
 }
</style>
border-color css

<style>
 span { border-color: #CBFBC0; }

 span { border-color: rgb(203,251,192); }

 td.TdClassName
 {
   border-color: #CBFBC0;
 }
 .TagClassName
 {
   border-color: #CBFBC0;
 }
</style>