Html Css Color HEX #C4FAAF Tea Green

📋 copy color: '#C4FAAF'

red 196 ◦ green 250 ◦ blue 175

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

Shades of Tea Green #C4FAAF

Tints of Tea Green #C4FAAF

RGB

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

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

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

R = 31.56%
G = 40.26%
B = 28.18%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.3

 K value IS 0.02

RGB Variations

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

Color information

#C4FAAF (or 0xC4FAAF) is known color: Tea Green. HEX triplet: C4, FA and AF. RGB value is (196,250,175). Sum of RGB (Red+Green+Blue) = 196+250+175=621 (82% of max value = 765). Red value is 196 (76.95% from 255 or 31.56% from 621); Green value is 250 (98.05% from 255 or 40.26% from 621); Blue value is 175 (68.75% from 255 or 28.18% from 621); Max value from RGB is 250 - color contains mainly: green. Hex color #C4FAAF is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C4FAAF is #3B0550. Grayscale: #E1E1E1. Windows color (decimal): -3867985 or 11532996. OLE color: 11532996.

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

Color convert

RGB 196 250 175 -
CMYK 0.22 0 0.3 0.02
HSL 103.2º 0.88% 0.83% -
HSV(B) 103.2º 0.3% 0.98% -
XYZ 64.69 83.2 53.21 -
YUV 225.3 99.61 107.1 -
System Red Green Blue C M Y K H S L
Decimal 196 250 175 0.22 0 0.3 0.02 103.2 0.88 0.83
Hex C4 FA AF 16 0 1E 2 67 58 53
Octal 304 372 257 26 0 36 2 147 130 123
Binary 11000100 11111010 10101111 10110 0 11110 10 1100111 1011000 1010011

Color Harmonies of #C4FAAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4FAAF

Black with #C4FAAF

Text Example


Text Example

White with #C4FAAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4FAAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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