#CBE5BC

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

Shades of Tea Green #CBE5BC

Tints of Tea Green #CBE5BC

Color information

#CBE5BC (or 0xCBE5BC) is unknown color: approx Tea Green. HEX triplet: CB, E5 and BC. RGB value is (203,229,188). Sum of RGB (Red+Green+Blue) = 203+229+188=620 (82% of max value = 765). Red value is 203 (79.69% from 255 or 32.74% from 620); Green value is 229 (89.84% from 255 or 36.94% from 620); Blue value is 188 (73.83% from 255 or 30.32% from 620); Max value from RGB is 229 - color contains mainly: green. Hex color #CBE5BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBE5BC is #341A43. Grayscale: #D8D8D8. Windows color (decimal): -3414596 or 12379595. OLE color: 12379595.

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

Color convert

RGB203229188-
CMYK0.1100.180.10
HSL98.05º44.09%81.76%-
HSV(B)98.05º17.9%89.8%-
XYZ61.7372.3758.29-
YUV216.55111.89118.33-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 32.74%
GREEN value IS 229 (89.84% from 255) = 36.94%
BLUE value IS 188 (73.83% from 255) = 30.32%
R=32.74%
G=36.94%
B=30.32%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2032291880.1100.180.1098.0544.0981.76
HexCBE5BCB012A622c52
Octal313345274130221214254122
Binary1100101111100101101111001011010010101011000101011001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBE5BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBE5BC; }

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

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

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

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

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

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

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

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