#ccffaa

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

Shades of Tea Green #CCFFAA

Tints of Tea Green #CCFFAA

Color information

#CCFFAA (or 0xCCFFAA) is unknown color: approx Tea Green. HEX triplet: CC, FF and AA. RGB value is (204,255,170). Sum of RGB (Red+Green+Blue) = 204+255+170=629 (83% of max value = 765). Red value is 204 (80.08% from 255 or 32.43% from 629); Green value is 255 (100% from 255 or 40.54% from 629); Blue value is 170 (66.80% from 255 or 27.03% from 629); Max value from RGB is 255 - color contains mainly: green. Hex color #CCFFAA is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCFFAA is #330055. Grayscale: #E6E6E6. Windows color (decimal): -3342422 or 11206604. OLE color: 11206604.

HSL color Cylindrical-coordinate representation of color #CCFFAA: hue angle of 96º degrees, saturation: 1, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CCFFAA is Cyan = 0.2, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.

Color convert

RGB204255170-
CMYK0.200.330
HSL96º100%83.33%-
HSV(B)96º33.33%100%-
XYZ67.9287.2651.29-
YUV230.0694.1109.41-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 32.43%
GREEN value IS 255 (100% from 255) = 40.54%
BLUE value IS 170 (66.80% from 255) = 27.03%
R=32.43%
G=40.54%
B=27.03%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2042551700.200.3309610083.33
HexCCFFAA140210606453
Octal314377252240410140144123
Binary1100110011111111101010101010001000010110000011001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ccffaa

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ccffaa; }

 p { color: rgb(204,255,170); }

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

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

 a { background-color: rgb(204,255,170); }

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

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

 span { border-color: rgb(204,255,170); }

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