#CCF7AC

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

Shades of Tea Green #CCF7AC

Tints of Tea Green #CCF7AC

Color information

#CCF7AC (or 0xCCF7AC) is unknown color: approx Tea Green. HEX triplet: CC, F7 and AC. RGB value is (204,247,172). Sum of RGB (Red+Green+Blue) = 204+247+172=623 (82% of max value = 765). Red value is 204 (80.08% from 255 or 32.74% from 623); Green value is 247 (96.88% from 255 or 39.65% from 623); Blue value is 172 (67.58% from 255 or 27.61% from 623); Max value from RGB is 247 - color contains mainly: green. Hex color #CCF7AC is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCF7AC is #330853. Grayscale: #E1E1E1. Windows color (decimal): -3344468 or 11335628. OLE color: 11335628.

HSL color Cylindrical-coordinate representation of color #CCF7AC: hue angle of 94.4º degrees, saturation: 0.82, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CCF7AC is Cyan = 0.17, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.03.

Color convert

RGB204247172-
CMYK0.1700.300.03
HSL94.4º82.42%82.16%-
HSV(B)94.4º30.36%96.86%-
XYZ65.6182.3451.46-
YUV225.5997.75112.6-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 32.74%
GREEN value IS 247 (96.88% from 255) = 39.65%
BLUE value IS 172 (67.58% from 255) = 27.61%
R=32.74%
G=39.65%
B=27.61%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2042471720.1700.300.0394.482.4282.16
HexCCF7AC1101E35e5252
Octal314367254210363136122122
Binary1100110011110111101011001000101111011101111010100101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCF7AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCF7AC; }

 p { color: rgb(204,247,172); }

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

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

 a { background-color: rgb(204,247,172); }

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

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

 span { border-color: rgb(204,247,172); }

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