#CCEBC3

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

Shades of Tea Green #CCEBC3

Tints of Tea Green #CCEBC3

Color information

#CCEBC3 (or 0xCCEBC3) is unknown color: approx Tea Green. HEX triplet: CC, EB and C3. RGB value is (204,235,195). Sum of RGB (Red+Green+Blue) = 204+235+195=634 (83% of max value = 765). Red value is 204 (80.08% from 255 or 32.18% from 634); Green value is 235 (92.19% from 255 or 37.07% from 634); Blue value is 195 (76.56% from 255 or 30.76% from 634); Max value from RGB is 235 - color contains mainly: green. Hex color #CCEBC3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCEBC3 is #33143C. Grayscale: #DDDDDD. Windows color (decimal): -3347517 or 12839884. OLE color: 12839884.

HSL color Cylindrical-coordinate representation of color #CCEBC3: hue angle of 106.5º degrees, saturation: 0.5, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CCEBC3 is Cyan = 0.13, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.08.

Color convert

RGB204235195-
CMYK0.1300.170.08
HSL106.5º50%84.31%-
HSV(B)106.5º17.02%92.16%-
XYZ64.4676.1962.94-
YUV221.17113.23115.75-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 32.18%
GREEN value IS 235 (92.19% from 255) = 37.07%
BLUE value IS 195 (76.56% from 255) = 30.76%
R=32.18%
G=37.07%
B=30.76%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2042351950.1300.170.08106.55084.31
HexCCEBC3D01186a3254
Octal314353303150211015262124
Binary1100110011101011110000111101010001100011010101100101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCEBC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCEBC3; }

 p { color: rgb(204,235,195); }

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

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

 a { background-color: rgb(204,235,195); }

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

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

 span { border-color: rgb(204,235,195); }

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