#CCF7AE

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

Shades of Tea Green #CCF7AE

Tints of Tea Green #CCF7AE

Color information

#CCF7AE (or 0xCCF7AE) is unknown color: approx Tea Green. HEX triplet: CC, F7 and AE. RGB value is (204,247,174). Sum of RGB (Red+Green+Blue) = 204+247+174=625 (82% of max value = 765). Red value is 204 (80.08% from 255 or 32.64% from 625); Green value is 247 (96.88% from 255 or 39.52% from 625); Blue value is 174 (68.36% from 255 or 27.84% from 625); Max value from RGB is 247 - color contains mainly: green. Hex color #CCF7AE is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCF7AE is #330851. Grayscale: #E2E2E2. Windows color (decimal): -3344466 or 11466700. OLE color: 11466700.

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

Color convert

RGB204247174-
CMYK0.1700.300.03
HSL95.34º82.02%82.55%-
HSV(B)95.34º29.55%96.86%-
XYZ65.882.4152.48-
YUV225.8298.75112.44-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 32.64%
GREEN value IS 247 (96.88% from 255) = 39.52%
BLUE value IS 174 (68.36% from 255) = 27.84%
R=32.64%
G=39.52%
B=27.84%

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
Decimal2042471740.1700.300.0395.3482.0282.55
HexCCF7AE1101E35f5253
Octal314367256210363137122123
Binary1100110011110111101011101000101111011101111110100101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCF7AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCF7AE; }

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

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

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

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

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

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

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

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