#CCF1AE

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

Shades of Tea Green #CCF1AE

Tints of Tea Green #CCF1AE

Color information

#CCF1AE (or 0xCCF1AE) is unknown color: approx Tea Green. HEX triplet: CC, F1 and AE. RGB value is (204,241,174). Sum of RGB (Red+Green+Blue) = 204+241+174=619 (81% of max value = 765). Red value is 204 (80.08% from 255 or 32.96% from 619); Green value is 241 (94.53% from 255 or 38.93% from 619); Blue value is 174 (68.36% from 255 or 28.11% from 619); Max value from RGB is 241 - color contains mainly: green. Hex color #CCF1AE is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCF1AE is #330E51. Grayscale: #DEDEDE. Windows color (decimal): -3346002 or 11465164. OLE color: 11465164.

HSL color Cylindrical-coordinate representation of color #CCF1AE: hue angle of 93.13º degrees, saturation: 0.71, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CCF1AE is Cyan = 0.15, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.05.

Color convert

RGB204241174-
CMYK0.1500.280.05
HSL93.13º70.53%81.37%-
HSV(B)93.13º27.8%94.51%-
XYZ6478.851.88-
YUV222.3100.74114.95-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 32.96%
GREEN value IS 241 (94.53% from 255) = 38.93%
BLUE value IS 174 (68.36% from 255) = 28.11%
R=32.96%
G=38.93%
B=28.11%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2042411740.1500.280.0593.1370.5381.37
HexCCF1AEF01C55d4751
Octal314361256170345135107121
Binary1100110011110001101011101111011100101101110110001111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCF1AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCF1AE; }

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

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

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

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

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

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

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

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