#CBE9C2

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

Shades of Tea Green #CBE9C2

Tints of Tea Green #CBE9C2

Color information

#CBE9C2 (or 0xCBE9C2) is unknown color: approx Tea Green. HEX triplet: CB, E9 and C2. RGB value is (203,233,194). Sum of RGB (Red+Green+Blue) = 203+233+194=630 (83% of max value = 765). Red value is 203 (79.69% from 255 or 32.22% from 630); Green value is 233 (91.41% from 255 or 36.98% from 630); Blue value is 194 (76.17% from 255 or 30.79% from 630); Max value from RGB is 233 - color contains mainly: green. Hex color #CBE9C2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CBE9C2 is #34163D. Grayscale: #DBDBDB. Windows color (decimal): -3413566 or 12773835. OLE color: 12773835.

HSL color Cylindrical-coordinate representation of color #CBE9C2: hue angle of 106.15º degrees, saturation: 0.47, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CBE9C2 is Cyan = 0.13, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.09.

Color convert

RGB203233194-
CMYK0.1300.170.09
HSL106.15º46.99%83.73%-
HSV(B)106.15º16.74%91.37%-
XYZ63.5174.8762.14-
YUV219.58113.56116.17-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 32.22%
GREEN value IS 233 (91.41% from 255) = 36.98%
BLUE value IS 194 (76.17% from 255) = 30.79%
R=32.22%
G=36.98%
B=30.79%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2032331940.1300.170.09106.1546.9983.73
HexCBE9C2D01196a2f54
Octal313351302150211115257124
Binary1100101111101001110000101101010001100111010101011111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBE9C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBE9C2; }

 p { color: rgb(203,233,194); }

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

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

 a { background-color: rgb(203,233,194); }

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

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

 span { border-color: rgb(203,233,194); }

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