#CBEDB3

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

Shades of Tea Green #CBEDB3

Tints of Tea Green #CBEDB3

Color information

#CBEDB3 (or 0xCBEDB3) is unknown color: approx Tea Green. HEX triplet: CB, ED and B3. RGB value is (203,237,179). Sum of RGB (Red+Green+Blue) = 203+237+179=619 (81% of max value = 765). Red value is 203 (79.69% from 255 or 32.79% from 619); Green value is 237 (92.97% from 255 or 38.29% from 619); Blue value is 179 (70.31% from 255 or 28.92% from 619); Max value from RGB is 237 - color contains mainly: green. Hex color #CBEDB3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CBEDB3 is #34124C. Grayscale: #DCDCDC. Windows color (decimal): -3412557 or 11791819. OLE color: 11791819.

HSL color Cylindrical-coordinate representation of color #CBEDB3: hue angle of 95.17º degrees, saturation: 0.62, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #CBEDB3 is Cyan = 0.14, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.07.

Color convert

RGB203237179-
CMYK0.1400.240.07
HSL95.17º61.7%81.57%-
HSV(B)95.17º24.47%92.94%-
XYZ63.0576.5254.09-
YUV220.22104.74115.72-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 32.79%
GREEN value IS 237 (92.97% from 255) = 38.29%
BLUE value IS 179 (70.31% from 255) = 28.92%
R=32.79%
G=38.29%
B=28.92%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2032371790.1400.240.0795.1761.781.57
HexCBEDB3E01875f3e52
Octal31335526316030713776122
Binary110010111110110110110011111001100011110111111111101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBEDB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBEDB3; }

 p { color: rgb(203,237,179); }

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

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

 a { background-color: rgb(203,237,179); }

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

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

 span { border-color: rgb(203,237,179); }

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