#CBE1C0

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

Shades of Tea Green #CBE1C0

Tints of Tea Green #CBE1C0

Color information

#CBE1C0 (or 0xCBE1C0) is unknown color: approx Tea Green. HEX triplet: CB, E1 and C0. RGB value is (203,225,192). Sum of RGB (Red+Green+Blue) = 203+225+192=620 (82% of max value = 765). Red value is 203 (79.69% from 255 or 32.74% from 620); Green value is 225 (88.28% from 255 or 36.29% from 620); Blue value is 192 (75.39% from 255 or 30.97% from 620); Max value from RGB is 225 - color contains mainly: green. Hex color #CBE1C0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBE1C0 is #341E3F. Grayscale: #D6D6D6. Windows color (decimal): -3415616 or 12640715. OLE color: 12640715.

HSL color Cylindrical-coordinate representation of color #CBE1C0: hue angle of 100º degrees, saturation: 0.35, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CBE1C0 is Cyan = 0.10, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.12.

Color convert

RGB203225192-
CMYK0.1000.150.12
HSL100º35.48%81.76%-
HSV(B)100º14.67%88.24%-
XYZ61.0770.3560.23-
YUV214.66115.21119.68-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 32.74%
GREEN value IS 225 (88.28% from 255) = 36.29%
BLUE value IS 192 (75.39% from 255) = 30.97%
R=32.74%
G=36.29%
B=30.97%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2032251920.1000.150.1210035.4881.76
HexCBE1C0A0FC642352
Octal313341300120171414443122
Binary110010111110000111000000101001111110011001001000111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBE1C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBE1C0; }

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

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

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

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

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

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

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

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