#CDEEC3

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

Shades of Tea Green #CDEEC3

Tints of Tea Green #CDEEC3

Color information

#CDEEC3 (or 0xCDEEC3) is unknown color: approx Tea Green. HEX triplet: CD, EE and C3. RGB value is (205,238,195). Sum of RGB (Red+Green+Blue) = 205+238+195=638 (84% of max value = 765). Red value is 205 (80.47% from 255 or 32.13% from 638); Green value is 238 (93.36% from 255 or 37.30% from 638); Blue value is 195 (76.56% from 255 or 30.56% from 638); Max value from RGB is 238 - color contains mainly: green. Hex color #CDEEC3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CDEEC3 is #32113C. Grayscale: #DFDFDF. Windows color (decimal): -3281213 or 12840653. OLE color: 12840653.

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

Color convert

RGB205238195-
CMYK0.1400.180.07
HSL106.05º55.84%84.9%-
HSV(B)106.05º18.07%93.33%-
XYZ65.678.0763.24-
YUV223.23112.07115-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 32.13%
GREEN value IS 238 (93.36% from 255) = 37.30%
BLUE value IS 195 (76.56% from 255) = 30.56%
R=32.13%
G=37.30%
B=30.56%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2052381950.1400.180.07106.0555.8484.9
HexCDEEC3E01276a3855
Octal31535630316022715270125
Binary110011011110111011000011111001001011111010101110001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDEEC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDEEC3; }

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

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

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

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

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

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

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

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