#CBEBBA

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

Shades of Tea Green #CBEBBA

Tints of Tea Green #CBEBBA

Color information

#CBEBBA (or 0xCBEBBA) is unknown color: approx Tea Green. HEX triplet: CB, EB and BA. RGB value is (203,235,186). Sum of RGB (Red+Green+Blue) = 203+235+186=624 (82% of max value = 765). Red value is 203 (79.69% from 255 or 32.53% from 624); Green value is 235 (92.19% from 255 or 37.66% from 624); Blue value is 186 (73.05% from 255 or 29.81% from 624); Max value from RGB is 235 - color contains mainly: green. Hex color #CBEBBA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CBEBBA is #341445. Grayscale: #DCDCDC. Windows color (decimal): -3413062 or 12250059. OLE color: 12250059.

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

Color convert

RGB203235186-
CMYK0.1400.210.08
HSL99.18º55.06%82.55%-
HSV(B)99.18º20.85%92.16%-
XYZ63.275.6657.73-
YUV219.85108.9115.98-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 32.53%
GREEN value IS 235 (92.19% from 255) = 37.66%
BLUE value IS 186 (73.05% from 255) = 29.81%
R=32.53%
G=37.66%
B=29.81%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2032351860.1400.210.0899.1855.0682.55
HexCBEBBAE0158633753
Octal313353272160251014367123
Binary1100101111101011101110101110010101100011000111101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBEBBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBEBBA; }

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

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

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

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

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

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

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

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