#CCEEC2

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

Shades of Tea Green #CCEEC2

Tints of Tea Green #CCEEC2

Color information

#CCEEC2 (or 0xCCEEC2) is unknown color: approx Tea Green. HEX triplet: CC, EE and C2. RGB value is (204,238,194). Sum of RGB (Red+Green+Blue) = 204+238+194=636 (84% of max value = 765). Red value is 204 (80.08% from 255 or 32.08% from 636); Green value is 238 (93.36% from 255 or 37.42% from 636); Blue value is 194 (76.17% from 255 or 30.50% from 636); Max value from RGB is 238 - color contains mainly: green. Hex color #CCEEC2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCEEC2 is #33113D. Grayscale: #DEDEDE. Windows color (decimal): -3346750 or 12775116. OLE color: 12775116.

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

Color convert

RGB204238194-
CMYK0.1400.180.07
HSL106.36º56.41%84.71%-
HSV(B)106.36º18.49%93.33%-
XYZ65.2177.8862.63-
YUV222.82111.74114.58-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 32.08%
GREEN value IS 238 (93.36% from 255) = 37.42%
BLUE value IS 194 (76.17% from 255) = 30.50%
R=32.08%
G=37.42%
B=30.50%

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
Decimal2042381940.1400.180.07106.3656.4184.71
HexCCEEC2E01276a3855
Octal31435630216022715270125
Binary110011001110111011000010111001001011111010101110001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCEEC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCEEC2; }

 p { color: rgb(204,238,194); }

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

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

 a { background-color: rgb(204,238,194); }

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

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

 span { border-color: rgb(204,238,194); }

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