#CDEAC5

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

Shades of Tea Green #CDEAC5

Tints of Tea Green #CDEAC5

Color information

#CDEAC5 (or 0xCDEAC5) is unknown color: approx Tea Green. HEX triplet: CD, EA and C5. RGB value is (205,234,197). Sum of RGB (Red+Green+Blue) = 205+234+197=636 (84% of max value = 765). Red value is 205 (80.47% from 255 or 32.23% from 636); Green value is 234 (91.80% from 255 or 36.79% from 636); Blue value is 197 (77.34% from 255 or 30.97% from 636); Max value from RGB is 234 - color contains mainly: green. Hex color #CDEAC5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CDEAC5 is #32153A. Grayscale: #DDDDDD. Windows color (decimal): -3282235 or 12970701. OLE color: 12970701.

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

Color convert

RGB205234197-
CMYK0.1200.160.08
HSL107.03º46.84%84.51%-
HSV(B)107.03º15.81%91.76%-
XYZ64.6875.8664.06-
YUV221.11114.39116.51-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 32.23%
GREEN value IS 234 (91.80% from 255) = 36.79%
BLUE value IS 197 (77.34% from 255) = 30.97%
R=32.23%
G=36.79%
B=30.97%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2052341970.1200.160.08107.0346.8484.51
HexCDEAC5C01086b2f55
Octal315352305140201015357125
Binary1100110111101010110001011100010000100011010111011111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDEAC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDEAC5; }

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

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

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

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

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

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

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

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