#C7FFAA

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

Shades of Tea Green #C7FFAA

Tints of Tea Green #C7FFAA

Color information

#C7FFAA (or 0xC7FFAA) is unknown color: approx Tea Green. HEX triplet: C7, FF and AA. RGB value is (199,255,170). Sum of RGB (Red+Green+Blue) = 199+255+170=624 (82% of max value = 765). Red value is 199 (78.12% from 255 or 31.89% from 624); Green value is 255 (100% from 255 or 40.87% from 624); Blue value is 170 (66.80% from 255 or 27.24% from 624); Max value from RGB is 255 - color contains mainly: green. Hex color #C7FFAA is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C7FFAA is #380055. Grayscale: #E4E4E4. Windows color (decimal): -3670102 or 11206599. OLE color: 11206599.

HSL color Cylindrical-coordinate representation of color #C7FFAA: hue angle of 99.53º 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 #C7FFAA is Cyan = 0.22, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.

Color convert

RGB199255170-
CMYK0.2200.330
HSL99.53º100%83.33%-
HSV(B)99.53º33.33%100%-
XYZ66.5786.5651.23-
YUV228.5794.95106.91-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 31.89%
GREEN value IS 255 (100% from 255) = 40.87%
BLUE value IS 170 (66.80% from 255) = 27.24%
R=31.89%
G=40.87%
B=27.24%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1992551700.2200.33099.5310083.33
HexC7FFAA160210646453
Octal307377252260410144144123
Binary1100011111111111101010101011001000010110010011001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7FFAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7FFAA; }

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

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

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

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

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

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

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

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