#CBEDB1

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

Shades of Tea Green #CBEDB1

Tints of Tea Green #CBEDB1

Color information

#CBEDB1 (or 0xCBEDB1) is unknown color: approx Tea Green. HEX triplet: CB, ED and B1. RGB value is (203,237,177). Sum of RGB (Red+Green+Blue) = 203+237+177=617 (81% of max value = 765). Red value is 203 (79.69% from 255 or 32.90% from 617); Green value is 237 (92.97% from 255 or 38.41% from 617); Blue value is 177 (69.53% from 255 or 28.69% from 617); Max value from RGB is 237 - color contains mainly: green. Hex color #CBEDB1 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CBEDB1 is #34124E. Grayscale: #DCDCDC. Windows color (decimal): -3412559 or 11660747. OLE color: 11660747.

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

Color convert

RGB203237177-
CMYK0.1400.250.07
HSL94º62.5%81.18%-
HSV(B)94º25.32%92.94%-
XYZ62.8576.4453.04-
YUV219.99103.74115.88-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 32.90%
GREEN value IS 237 (92.97% from 255) = 38.41%
BLUE value IS 177 (69.53% from 255) = 28.69%
R=32.90%
G=38.41%
B=28.69%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2032371770.1400.250.079462.581.18
HexCBEDB1E01975e3e51
Octal31335526116031713676121
Binary110010111110110110110001111001100111110111101111101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBEDB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBEDB1; }

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

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

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

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

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

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

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

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