Html Css Color HEX #C5FFAA Tea Green

📋 copy color: '#C5FFAA'

red 197 ◦ green 255 ◦ blue 170

#C5FFAA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tea Green #C5FFAA

Tints of Tea Green #C5FFAA

RGB

 RED value IS 197 (77.34% from 255) = 31.67%

 GREEN value IS 255 (100% from 255) = 41%

 BLUE value IS 170 (66.8% from 255) = 27.33%

R = 31.67%
G = 41%
B = 27.33%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.33

 K value IS 0

RGB Variations

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

Color information

#C5FFAA (or 0xC5FFAA) is known color: Tea Green. HEX triplet: C5, FF and AA. RGB value is (197,255,170). Sum of RGB (Red+Green+Blue) = 197+255+170=622 (82% of max value = 765). Red value is 197 (77.34% from 255 or 31.67% from 622); Green value is 255 (100% from 255 or 41.00% from 622); Blue value is 170 (66.80% from 255 or 27.33% from 622); Max value from RGB is 255 - color contains mainly: green. Hex color #C5FFAA is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C5FFAA is #3A0055. Grayscale: #E4E4E4. Windows color (decimal): -3801174 or 11206597. OLE color: 11206597.

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

Color convert

RGB 197 255 170 -
CMYK 0.23 0 0.33 0
HSL 100.94º 1% 0.83% -
HSV(B) 100.94º 0.33% 1% -
XYZ 66.04 86.29 51.21 -
YUV 227.97 95.28 105.91 -
System Red Green Blue C M Y K H S L
Decimal 197 255 170 0.23 0 0.33 0 100.94 1 0.83
Hex C5 FF AA 17 0 21 0 65 64 53
Octal 305 377 252 27 0 41 0 145 144 123
Binary 11000101 11111111 10101010 10111 0 100001 0 1100101 1100100 1010011

Color Harmonies of #C5FFAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5FFAA

Black with #C5FFAA

Text Example


Text Example

White with #C5FFAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5FFAA; }

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

 H1.HeaderClassName
 {
   color: #C5FFAA;
 }
 .AnyTagClassName
 {
   color: #C5FFAA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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