#CCF6AE

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

Shades of Tea Green #CCF6AE

Tints of Tea Green #CCF6AE

Color information

#CCF6AE (or 0xCCF6AE) is unknown color: approx Tea Green. HEX triplet: CC, F6 and AE. RGB value is (204,246,174). Sum of RGB (Red+Green+Blue) = 204+246+174=624 (82% of max value = 765). Red value is 204 (80.08% from 255 or 32.69% from 624); Green value is 246 (96.48% from 255 or 39.42% from 624); Blue value is 174 (68.36% from 255 or 27.88% from 624); Max value from RGB is 246 - color contains mainly: green. Hex color #CCF6AE is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCF6AE is #330951. Grayscale: #E1E1E1. Windows color (decimal): -3344722 or 11466444. OLE color: 11466444.

HSL color Cylindrical-coordinate representation of color #CCF6AE: hue angle of 95º degrees, saturation: 0.8, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CCF6AE is Cyan = 0.17, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.04.

Color convert

RGB204246174-
CMYK0.1700.290.04
HSL95º80%82.35%-
HSV(B)95º29.27%96.47%-
XYZ65.581.852.38-
YUV225.2399.09112.85-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 32.69%
GREEN value IS 246 (96.48% from 255) = 39.42%
BLUE value IS 174 (68.36% from 255) = 27.88%
R=32.69%
G=39.42%
B=27.88%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2042461740.1700.290.04958082.35
HexCCF6AE1101D45f5052
Octal314366256210354137120122
Binary11001100111101101010111010001011101100101111110100001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCF6AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCF6AE; }

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

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

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

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

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

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

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

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