#C3FFAA

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

Shades of Tea Green #C3FFAA

Tints of Tea Green #C3FFAA

Color information

#C3FFAA (or 0xC3FFAA) is unknown color: approx Tea Green. HEX triplet: C3, FF and AA. RGB value is (195,255,170). Sum of RGB (Red+Green+Blue) = 195+255+170=620 (82% of max value = 765). Red value is 195 (76.56% from 255 or 31.45% from 620); Green value is 255 (100% from 255 or 41.13% from 620); Blue value is 170 (66.80% from 255 or 27.42% from 620); Max value from RGB is 255 - color contains mainly: green. Hex color #C3FFAA is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C3FFAA is #3C0055. Grayscale: #E3E3E3. Windows color (decimal): -3932246 or 11206595. OLE color: 11206595.

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

Color convert

RGB195255170-
CMYK0.2400.330
HSL102.35º100%83.33%-
HSV(B)102.35º33.33%100%-
XYZ65.5286.0251.18-
YUV227.3795.62104.91-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 31.45%
GREEN value IS 255 (100% from 255) = 41.13%
BLUE value IS 170 (66.80% from 255) = 27.42%
R=31.45%
G=41.13%
B=27.42%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1952551700.2400.330102.3510083.33
HexC3FFAA180210666453
Octal303377252300410146144123
Binary1100001111111111101010101100001000010110011011001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3FFAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3FFAA; }

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

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

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

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

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

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

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

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