#CCEEC1

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

Shades of Tea Green #CCEEC1

Tints of Tea Green #CCEEC1

Color information

#CCEEC1 (or 0xCCEEC1) is unknown color: approx Tea Green. HEX triplet: CC, EE and C1. RGB value is (204,238,193). Sum of RGB (Red+Green+Blue) = 204+238+193=635 (84% of max value = 765). Red value is 204 (80.08% from 255 or 32.13% from 635); Green value is 238 (93.36% from 255 or 37.48% from 635); Blue value is 193 (75.78% from 255 or 30.39% from 635); Max value from RGB is 238 - color contains mainly: green. Hex color #CCEEC1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCEEC1 is #33113E. Grayscale: #DEDEDE. Windows color (decimal): -3346751 or 12709580. OLE color: 12709580.

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

Color convert

RGB204238193-
CMYK0.1400.190.07
HSL105.33º56.96%84.51%-
HSV(B)105.33º18.91%93.33%-
XYZ65.177.8462.04-
YUV222.7111.24114.66-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 32.13%
GREEN value IS 238 (93.36% from 255) = 37.48%
BLUE value IS 193 (75.78% from 255) = 30.39%
R=32.13%
G=37.48%
B=30.39%

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
Decimal2042381930.1400.190.07105.3356.9684.51
HexCCEEC1E0137693955
Octal31435630116023715171125
Binary110011001110111011000001111001001111111010011110011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCEEC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCEEC1; }

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

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

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

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

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

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

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

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