#CCEBC2

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

Shades of Tea Green #CCEBC2

Tints of Tea Green #CCEBC2

Color information

#CCEBC2 (or 0xCCEBC2) is unknown color: approx Tea Green. HEX triplet: CC, EB and C2. RGB value is (204,235,194). Sum of RGB (Red+Green+Blue) = 204+235+194=633 (83% of max value = 765). Red value is 204 (80.08% from 255 or 32.23% from 633); Green value is 235 (92.19% from 255 or 37.12% from 633); Blue value is 194 (76.17% from 255 or 30.65% from 633); Max value from RGB is 235 - color contains mainly: green. Hex color #CCEBC2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCEBC2 is #33143D. Grayscale: #DDDDDD. Windows color (decimal): -3347518 or 12774348. OLE color: 12774348.

HSL color Cylindrical-coordinate representation of color #CCEBC2: hue angle of 105.37º degrees, saturation: 0.51, 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 #CCEBC2 is Cyan = 0.13, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.08.

Color convert

RGB204235194-
CMYK0.1300.170.08
HSL105.37º50.62%84.12%-
HSV(B)105.37º17.45%92.16%-
XYZ64.3576.1562.35-
YUV221.06112.73115.83-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 32.23%
GREEN value IS 235 (92.19% from 255) = 37.12%
BLUE value IS 194 (76.17% from 255) = 30.65%
R=32.23%
G=37.12%
B=30.65%

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
Decimal2042351940.1300.170.08105.3750.6284.12
HexCCEBC2D0118693354
Octal314353302150211015163124
Binary1100110011101011110000101101010001100011010011100111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCEBC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCEBC2; }

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

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

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

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

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

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

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

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