#CDEEC1

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

Shades of Tea Green #CDEEC1

Tints of Tea Green #CDEEC1

Color information

#CDEEC1 (or 0xCDEEC1) is unknown color: approx Tea Green. HEX triplet: CD, EE and C1. RGB value is (205,238,193). Sum of RGB (Red+Green+Blue) = 205+238+193=636 (84% of max value = 765). Red value is 205 (80.47% from 255 or 32.23% from 636); Green value is 238 (93.36% from 255 or 37.42% from 636); Blue value is 193 (75.78% from 255 or 30.35% from 636); Max value from RGB is 238 - color contains mainly: green. Hex color #CDEEC1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CDEEC1 is #32113E. Grayscale: #DFDFDF. Windows color (decimal): -3281215 or 12709581. OLE color: 12709581.

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

Color convert

RGB205238193-
CMYK0.1400.190.07
HSL104º56.96%84.51%-
HSV(B)104º18.91%93.33%-
XYZ65.3877.9862.06-
YUV223111.07115.16-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 32.23%
GREEN value IS 238 (93.36% from 255) = 37.42%
BLUE value IS 193 (75.78% from 255) = 30.35%
R=32.23%
G=37.42%
B=30.35%

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
Decimal2052381930.1400.190.0710456.9684.51
HexCDEEC1E0137683955
Octal31535630116023715071125
Binary110011011110111011000001111001001111111010001110011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDEEC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDEEC1; }

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

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

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

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

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

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

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

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