#CBE0BE

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

Shades of Tea Green #CBE0BE

Tints of Tea Green #CBE0BE

Color information

#CBE0BE (or 0xCBE0BE) is unknown color: approx Tea Green. HEX triplet: CB, E0 and BE. RGB value is (203,224,190). Sum of RGB (Red+Green+Blue) = 203+224+190=617 (81% of max value = 765). Red value is 203 (79.69% from 255 or 32.90% from 617); Green value is 224 (87.89% from 255 or 36.30% from 617); Blue value is 190 (74.61% from 255 or 30.79% from 617); Max value from RGB is 224 - color contains mainly: green. Hex color #CBE0BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBE0BE is #341F41. Grayscale: #D5D5D5. Windows color (decimal): -3415874 or 12509387. OLE color: 12509387.

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

Color convert

RGB203224190-
CMYK0.0900.150.12
HSL97.06º35.42%81.18%-
HSV(B)97.06º15.18%87.84%-
XYZ60.5869.7358.98-
YUV213.84114.54120.26-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 32.90%
GREEN value IS 224 (87.89% from 255) = 36.30%
BLUE value IS 190 (74.61% from 255) = 30.79%
R=32.90%
G=36.30%
B=30.79%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2032241900.0900.150.1297.0635.4281.18
HexCBE0BE90FC612351
Octal313340276110171414143121
Binary110010111110000010111110100101111110011000011000111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBE0BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBE0BE; }

 p { color: rgb(203,224,190); }

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

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

 a { background-color: rgb(203,224,190); }

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

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

 span { border-color: rgb(203,224,190); }

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