#CCF2AF

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

Shades of Tea Green #CCF2AF

Tints of Tea Green #CCF2AF

Color information

#CCF2AF (or 0xCCF2AF) is unknown color: approx Tea Green. HEX triplet: CC, F2 and AF. RGB value is (204,242,175). Sum of RGB (Red+Green+Blue) = 204+242+175=621 (82% of max value = 765). Red value is 204 (80.08% from 255 or 32.85% from 621); Green value is 242 (94.92% from 255 or 38.97% from 621); Blue value is 175 (68.75% from 255 or 28.18% from 621); Max value from RGB is 242 - color contains mainly: green. Hex color #CCF2AF is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCF2AF is #330D50. Grayscale: #DFDFDF. Windows color (decimal): -3345745 or 11530956. OLE color: 11530956.

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

Color convert

RGB204242175-
CMYK0.1600.280.05
HSL94.03º72.04%81.76%-
HSV(B)94.03º27.69%94.9%-
XYZ64.3979.4452.5-
YUV223100.91114.45-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 32.85%
GREEN value IS 242 (94.92% from 255) = 38.97%
BLUE value IS 175 (68.75% from 255) = 28.18%
R=32.85%
G=38.97%
B=28.18%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2042421750.1600.280.0594.0372.0481.76
HexCCF2AF1001C55e4852
Octal314362257200345136110122
Binary11001100111100101010111110000011100101101111010010001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCF2AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCF2AF; }

 p { color: rgb(204,242,175); }

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

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

 a { background-color: rgb(204,242,175); }

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

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

 span { border-color: rgb(204,242,175); }

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