#CDEEC0

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

Shades of Tea Green #CDEEC0

Tints of Tea Green #CDEEC0

Color information

#CDEEC0 (or 0xCDEEC0) is unknown color: approx Tea Green. HEX triplet: CD, EE and C0. RGB value is (205,238,192). Sum of RGB (Red+Green+Blue) = 205+238+192=635 (84% of max value = 765). Red value is 205 (80.47% from 255 or 32.28% from 635); Green value is 238 (93.36% from 255 or 37.48% from 635); Blue value is 192 (75.39% from 255 or 30.24% from 635); Max value from RGB is 238 - color contains mainly: green. Hex color #CDEEC0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CDEEC0 is #32113F. Grayscale: #DFDFDF. Windows color (decimal): -3281216 or 12644045. OLE color: 12644045.

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

Color convert

RGB205238192-
CMYK0.1400.190.07
HSL103.04º57.5%84.31%-
HSV(B)103.04º19.33%93.33%-
XYZ65.2777.9361.47-
YUV222.89110.57115.24-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 32.28%
GREEN value IS 238 (93.36% from 255) = 37.48%
BLUE value IS 192 (75.39% from 255) = 30.24%
R=32.28%
G=37.48%
B=30.24%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2052381920.1400.190.07103.0457.584.31
HexCDEEC0E0137673a54
Octal31535630016023714772124
Binary110011011110111011000000111001001111111001111110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDEEC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDEEC0; }

 p { color: rgb(205,238,192); }

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

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

 a { background-color: rgb(205,238,192); }

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

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

 span { border-color: rgb(205,238,192); }

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