#CBEBBC

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

Shades of Tea Green #CBEBBC

Tints of Tea Green #CBEBBC

Color information

#CBEBBC (or 0xCBEBBC) is unknown color: approx Tea Green. HEX triplet: CB, EB and BC. RGB value is (203,235,188). Sum of RGB (Red+Green+Blue) = 203+235+188=626 (82% of max value = 765). Red value is 203 (79.69% from 255 or 32.43% from 626); Green value is 235 (92.19% from 255 or 37.54% from 626); Blue value is 188 (73.83% from 255 or 30.03% from 626); Max value from RGB is 235 - color contains mainly: green. Hex color #CBEBBC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CBEBBC is #341443. Grayscale: #DCDCDC. Windows color (decimal): -3413060 or 12381131. OLE color: 12381131.

HSL color Cylindrical-coordinate representation of color #CBEBBC: hue angle of 100.85º degrees, saturation: 0.54, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CBEBBC is Cyan = 0.14, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.08.

Color convert

RGB203235188-
CMYK0.1400.20.08
HSL100.85º54.02%82.94%-
HSV(B)100.85º20%92.16%-
XYZ63.4175.7458.85-
YUV220.07109.9115.82-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 32.43%
GREEN value IS 235 (92.19% from 255) = 37.54%
BLUE value IS 188 (73.83% from 255) = 30.03%
R=32.43%
G=37.54%
B=30.03%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.2
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2032351880.1400.20.08100.8554.0282.94
HexCBEBBCE0148653653
Octal313353274160241014566123
Binary1100101111101011101111001110010100100011001011101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBEBBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBEBBC; }

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

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

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

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

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

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

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

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