#CDEAC1

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

Shades of Tea Green #CDEAC1

Tints of Tea Green #CDEAC1

Color information

#CDEAC1 (or 0xCDEAC1) is unknown color: approx Tea Green. HEX triplet: CD, EA and C1. RGB value is (205,234,193). Sum of RGB (Red+Green+Blue) = 205+234+193=632 (83% of max value = 765). Red value is 205 (80.47% from 255 or 32.44% from 632); Green value is 234 (91.80% from 255 or 37.03% from 632); Blue value is 193 (75.78% from 255 or 30.54% from 632); Max value from RGB is 234 - color contains mainly: green. Hex color #CDEAC1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CDEAC1 is #32153E. Grayscale: #DCDCDC. Windows color (decimal): -3282239 or 12708557. OLE color: 12708557.

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

Color convert

RGB205234193-
CMYK0.1200.180.08
HSL102.44º49.4%83.73%-
HSV(B)102.44º17.52%91.76%-
XYZ64.2375.6861.67-
YUV220.66112.39116.83-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 32.44%
GREEN value IS 234 (91.80% from 255) = 37.03%
BLUE value IS 193 (75.78% from 255) = 30.54%
R=32.44%
G=37.03%
B=30.54%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2052341930.1200.180.08102.4449.483.73
HexCDEAC1C0128663154
Octal315352301140221014661124
Binary1100110111101010110000011100010010100011001101100011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDEAC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDEAC1; }

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

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

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

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

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

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

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

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