#CBEBBD

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

Shades of Tea Green #CBEBBD

Tints of Tea Green #CBEBBD

Color information

#CBEBBD (or 0xCBEBBD) is unknown color: approx Tea Green. HEX triplet: CB, EB and BD. RGB value is (203,235,189). Sum of RGB (Red+Green+Blue) = 203+235+189=627 (83% of max value = 765). Red value is 203 (79.69% from 255 or 32.38% from 627); Green value is 235 (92.19% from 255 or 37.48% from 627); Blue value is 189 (74.22% from 255 or 30.14% from 627); Max value from RGB is 235 - color contains mainly: green. Hex color #CBEBBD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CBEBBD is #341442. Grayscale: #DCDCDC. Windows color (decimal): -3413059 or 12446667. OLE color: 12446667.

HSL color Cylindrical-coordinate representation of color #CBEBBD: hue angle of 101.74º degrees, saturation: 0.53, 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 #CBEBBD is Cyan = 0.14, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.08.

Color convert

RGB203235189-
CMYK0.1400.200.08
HSL101.74º53.49%83.14%-
HSV(B)101.74º19.57%92.16%-
XYZ63.5275.7959.42-
YUV220.19110.4115.74-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 32.38%
GREEN value IS 235 (92.19% from 255) = 37.48%
BLUE value IS 189 (74.22% from 255) = 30.14%
R=32.38%
G=37.48%
B=30.14%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2032351890.1400.200.08101.7453.4983.14
HexCBEBBDE0148663553
Octal313353275160241014665123
Binary1100101111101011101111011110010100100011001101101011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBEBBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBEBBD; }

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

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

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

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

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

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

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

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