#CBE5BF

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

Shades of Tea Green #CBE5BF

Tints of Tea Green #CBE5BF

Color information

#CBE5BF (or 0xCBE5BF) is unknown color: approx Tea Green. HEX triplet: CB, E5 and BF. RGB value is (203,229,191). Sum of RGB (Red+Green+Blue) = 203+229+191=623 (82% of max value = 765). Red value is 203 (79.69% from 255 or 32.58% from 623); Green value is 229 (89.84% from 255 or 36.76% from 623); Blue value is 191 (75% from 255 or 30.66% from 623); Max value from RGB is 229 - color contains mainly: green. Hex color #CBE5BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBE5BF is #341A40. Grayscale: #D9D9D9. Windows color (decimal): -3414593 or 12576203. OLE color: 12576203.

HSL color Cylindrical-coordinate representation of color #CBE5BF: hue angle of 101.05º degrees, saturation: 0.42, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CBE5BF is Cyan = 0.11, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.10.

Color convert

RGB203229191-
CMYK0.1100.170.10
HSL101.05º42.22%82.35%-
HSV(B)101.05º16.59%89.8%-
XYZ62.0572.560.01-
YUV216.89113.39118.09-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 32.58%
GREEN value IS 229 (89.84% from 255) = 36.76%
BLUE value IS 191 (75% from 255) = 30.66%
R=32.58%
G=36.76%
B=30.66%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2032291910.1100.170.10101.0542.2282.35
HexCBE5BFB011A652a52
Octal313345277130211214552122
Binary1100101111100101101111111011010001101011001011010101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBE5BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBE5BF; }

 p { color: rgb(203,229,191); }

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

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

 a { background-color: rgb(203,229,191); }

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

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

 span { border-color: rgb(203,229,191); }

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