#CCF9AE

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

Shades of Tea Green #CCF9AE

Tints of Tea Green #CCF9AE

Color information

#CCF9AE (or 0xCCF9AE) is unknown color: approx Tea Green. HEX triplet: CC, F9 and AE. RGB value is (204,249,174). Sum of RGB (Red+Green+Blue) = 204+249+174=627 (83% of max value = 765). Red value is 204 (80.08% from 255 or 32.54% from 627); Green value is 249 (97.66% from 255 or 39.71% from 627); Blue value is 174 (68.36% from 255 or 27.75% from 627); Max value from RGB is 249 - color contains mainly: green. Hex color #CCF9AE is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCF9AE is #330651. Grayscale: #E3E3E3. Windows color (decimal): -3343954 or 11467212. OLE color: 11467212.

HSL color Cylindrical-coordinate representation of color #CCF9AE: hue angle of 96º degrees, saturation: 0.86, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CCF9AE is Cyan = 0.18, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.02.

Color convert

RGB204249174-
CMYK0.1800.300.02
HSL96º86.21%82.94%-
HSV(B)96º30.12%97.65%-
XYZ66.4283.6452.69-
YUV22798.09111.6-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 32.54%
GREEN value IS 249 (97.66% from 255) = 39.71%
BLUE value IS 174 (68.36% from 255) = 27.75%
R=32.54%
G=39.71%
B=27.75%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2042491740.1800.300.029686.2182.94
HexCCF9AE1201E2605653
Octal314371256220362140126123
Binary1100110011111001101011101001001111010110000010101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCF9AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCF9AE; }

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

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

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

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

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

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

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

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