#CDEEC4

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

Shades of Tea Green #CDEEC4

Tints of Tea Green #CDEEC4

Color information

#CDEEC4 (or 0xCDEEC4) is unknown color: approx Tea Green. HEX triplet: CD, EE and C4. RGB value is (205,238,196). Sum of RGB (Red+Green+Blue) = 205+238+196=639 (84% of max value = 765). Red value is 205 (80.47% from 255 or 32.08% from 639); Green value is 238 (93.36% from 255 or 37.25% from 639); Blue value is 196 (76.95% from 255 or 30.67% from 639); Max value from RGB is 238 - color contains mainly: green. Hex color #CDEEC4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CDEEC4 is #32113B. Grayscale: #DFDFDF. Windows color (decimal): -3281212 or 12906189. OLE color: 12906189.

HSL color Cylindrical-coordinate representation of color #CDEEC4: hue angle of 107.14º degrees, saturation: 0.55, 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 #CDEEC4 is Cyan = 0.14, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.07.

Color convert

RGB205238196-
CMYK0.1400.180.07
HSL107.14º55.26%85.1%-
HSV(B)107.14º17.65%93.33%-
XYZ65.7278.1163.84-
YUV223.34112.57114.92-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 32.08%
GREEN value IS 238 (93.36% from 255) = 37.25%
BLUE value IS 196 (76.95% from 255) = 30.67%
R=32.08%
G=37.25%
B=30.67%

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
Decimal2052381960.1400.180.07107.1455.2685.1
HexCDEEC4E01276b3755
Octal31535630416022715367125
Binary110011011110111011000100111001001011111010111101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDEEC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDEEC4; }

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

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

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

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

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

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

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

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