#CDEAB2

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

Shades of Tea Green #CDEAB2

Tints of Tea Green #CDEAB2

Color information

#CDEAB2 (or 0xCDEAB2) is unknown color: approx Tea Green. HEX triplet: CD, EA and B2. RGB value is (205,234,178). Sum of RGB (Red+Green+Blue) = 205+234+178=617 (81% of max value = 765). Red value is 205 (80.47% from 255 or 33.23% from 617); Green value is 234 (91.80% from 255 or 37.93% from 617); Blue value is 178 (69.92% from 255 or 28.85% from 617); Max value from RGB is 234 - color contains mainly: green. Hex color #CDEAB2 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CDEAB2 is #32154D. Grayscale: #DBDBDB. Windows color (decimal): -3282254 or 11725517. OLE color: 11725517.

HSL color Cylindrical-coordinate representation of color #CDEAB2: hue angle of 91.07º degrees, saturation: 0.57, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #CDEAB2 is Cyan = 0.12, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.08.

Color convert

RGB205234178-
CMYK0.1200.240.08
HSL91.07º57.14%80.78%-
HSV(B)91.07º23.93%91.76%-
XYZ62.6475.0453.3-
YUV218.94104.89118.05-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 33.23%
GREEN value IS 234 (91.80% from 255) = 37.93%
BLUE value IS 178 (69.92% from 255) = 28.85%
R=33.23%
G=37.93%
B=28.85%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2052341780.1200.240.0891.0757.1480.78
HexCDEAB2C01885b3951
Octal315352262140301013371121
Binary1100110111101010101100101100011000100010110111110011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDEAB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDEAB2; }

 p { color: rgb(205,234,178); }

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

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

 a { background-color: rgb(205,234,178); }

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

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

 span { border-color: rgb(205,234,178); }

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