#CCEEB2

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

Shades of Tea Green #CCEEB2

Tints of Tea Green #CCEEB2

Color information

#CCEEB2 (or 0xCCEEB2) is unknown color: approx Tea Green. HEX triplet: CC, EE and B2. RGB value is (204,238,178). Sum of RGB (Red+Green+Blue) = 204+238+178=620 (82% of max value = 765). Red value is 204 (80.08% from 255 or 32.90% from 620); Green value is 238 (93.36% from 255 or 38.39% from 620); Blue value is 178 (69.92% from 255 or 28.71% from 620); Max value from RGB is 238 - color contains mainly: green. Hex color #CCEEB2 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCEEB2 is #33114D. Grayscale: #DDDDDD. Windows color (decimal): -3346766 or 11726540. OLE color: 11726540.

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

Color convert

RGB204238178-
CMYK0.1400.250.07
HSL94º63.83%81.57%-
HSV(B)94º25.21%93.33%-
XYZ63.5177.253.67-
YUV220.99103.74115.88-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 32.90%
GREEN value IS 238 (93.36% from 255) = 38.39%
BLUE value IS 178 (69.92% from 255) = 28.71%
R=32.90%
G=38.39%
B=28.71%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2042381780.1400.250.079463.8381.57
HexCCEEB2E01975e4052
Octal314356262160317136100122
Binary1100110011101110101100101110011001111101111010000001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCEEB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCEEB2; }

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

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

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

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

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

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

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

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