Html Css Color HEX #C4FAAA Tea Green

📋 copy color: '#C4FAAA'

red 196 ◦ green 250 ◦ blue 170

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

Shades of Tea Green #C4FAAA

Tints of Tea Green #C4FAAA

RGB

 RED value IS 196 (76.95% from 255) = 31.82%

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

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

R = 31.82%
G = 40.58%
B = 27.6%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.32

 K value IS 0.02

RGB Variations

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

Color information

#C4FAAA (or 0xC4FAAA) is known color: Tea Green. HEX triplet: C4, FA and AA. RGB value is (196,250,170). Sum of RGB (Red+Green+Blue) = 196+250+170=616 (81% of max value = 765). Red value is 196 (76.95% from 255 or 31.82% from 616); Green value is 250 (98.05% from 255 or 40.58% from 616); Blue value is 170 (66.80% from 255 or 27.60% from 616); Max value from RGB is 250 - color contains mainly: green. Hex color #C4FAAA is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C4FAAA is #3B0555. Grayscale: #E1E1E1. Windows color (decimal): -3867990 or 11205316. OLE color: 11205316.

HSL color Cylindrical-coordinate representation of color #C4FAAA: hue angle of 100.5º degrees, saturation: 0.89, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C4FAAA is Cyan = 0.22, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.02.

Color convert

RGB 196 250 170 -
CMYK 0.22 0 0.32 0.02
HSL 100.5º 0.89% 0.82% -
HSV(B) 100.5º 0.32% 0.98% -
XYZ 64.21 83.01 50.67 -
YUV 224.73 97.11 107.5 -
System Red Green Blue C M Y K H S L
Decimal 196 250 170 0.22 0 0.32 0.02 100.5 0.89 0.82
Hex C4 FA AA 16 0 20 2 64 59 52
Octal 304 372 252 26 0 40 2 144 131 122
Binary 11000100 11111010 10101010 10110 0 100000 10 1100100 1011001 1010010

Color Harmonies of #C4FAAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4FAAA

Black with #C4FAAA

Text Example


Text Example

White with #C4FAAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4FAAA; }

 p { color: rgb(196,250,170); }

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

background-color css

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

 a { background-color: rgb(196,250,170); }

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

border-color css

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

 span { border-color: rgb(196,250,170); }

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