Html Css Color HEX #C5FAAF Tea Green

📋 copy color: '#C5FAAF'

red 197 ◦ green 250 ◦ blue 175

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

Shades of Tea Green #C5FAAF

Tints of Tea Green #C5FAAF

RGB

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

 GREEN value IS 250 (98.05% from 255) = 40.19%

 BLUE value IS 175 (68.75% from 255) = 28.14%

R = 31.67%
G = 40.19%
B = 28.14%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.3

 K value IS 0.02

RGB Variations

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

Color information

#C5FAAF (or 0xC5FAAF) is known color: Tea Green. HEX triplet: C5, FA and AF. RGB value is (197,250,175). Sum of RGB (Red+Green+Blue) = 197+250+175=622 (82% of max value = 765). Red value is 197 (77.34% from 255 or 31.67% from 622); Green value is 250 (98.05% from 255 or 40.19% from 622); Blue value is 175 (68.75% from 255 or 28.14% from 622); Max value from RGB is 250 - color contains mainly: green. Hex color #C5FAAF is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C5FAAF is #3A0550. Grayscale: #E1E1E1. Windows color (decimal): -3802449 or 11532997. OLE color: 11532997.

HSL color Cylindrical-coordinate representation of color #C5FAAF: hue angle of 102.4º degrees, saturation: 0.88, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C5FAAF is Cyan = 0.21, Magento = 0, Yellow = 0.3 and Black (K on CMYK) = 0.02.

Color convert

RGB 197 250 175 -
CMYK 0.21 0 0.3 0.02
HSL 102.4º 0.88% 0.83% -
HSV(B) 102.4º 0.3% 0.98% -
XYZ 64.95 83.34 53.22 -
YUV 225.6 99.44 107.6 -
System Red Green Blue C M Y K H S L
Decimal 197 250 175 0.21 0 0.3 0.02 102.4 0.88 0.83
Hex C5 FA AF 15 0 1E 2 66 58 53
Octal 305 372 257 25 0 36 2 146 130 123
Binary 11000101 11111010 10101111 10101 0 11110 10 1100110 1011000 1010011

Color Harmonies of #C5FAAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5FAAF

Black with #C5FAAF

Text Example


Text Example

White with #C5FAAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5FAAF; }

 p { color: rgb(197,250,175); }

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

background-color css

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

 a { background-color: rgb(197,250,175); }

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

border-color css

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

 span { border-color: rgb(197,250,175); }

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