#CDE1C4

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

Shades of Tea Green #CDE1C4

Tints of Tea Green #CDE1C4

Color information

#CDE1C4 (or 0xCDE1C4) is unknown color: approx Tea Green. HEX triplet: CD, E1 and C4. RGB value is (205,225,196). Sum of RGB (Red+Green+Blue) = 205+225+196=626 (82% of max value = 765). Red value is 205 (80.47% from 255 or 32.75% from 626); Green value is 225 (88.28% from 255 or 35.94% from 626); Blue value is 196 (76.95% from 255 or 31.31% from 626); Max value from RGB is 225 - color contains mainly: green. Hex color #CDE1C4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDE1C4 is #321E3B. Grayscale: #D7D7D7. Windows color (decimal): -3284540 or 12902861. OLE color: 12902861.

HSL color Cylindrical-coordinate representation of color #CDE1C4: hue angle of 101.38º degrees, saturation: 0.33, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CDE1C4 is Cyan = 0.09, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.12.

Color convert

RGB205225196-
CMYK0.0900.130.12
HSL101.38º32.58%82.55%-
HSV(B)101.38º12.89%88.24%-
XYZ62.0770.8262.62-
YUV215.71116.87120.36-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 32.75%
GREEN value IS 225 (88.28% from 255) = 35.94%
BLUE value IS 196 (76.95% from 255) = 31.31%
R=32.75%
G=35.94%
B=31.31%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2052251960.0900.130.12101.3832.5882.55
HexCDE1C490DC652153
Octal315341304110151414541123
Binary110011011110000111000100100101101110011001011000011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDE1C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDE1C4; }

 p { color: rgb(205,225,196); }

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

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

 a { background-color: rgb(205,225,196); }

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

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

 span { border-color: rgb(205,225,196); }

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