Html Css Color HEX #C2FAAF Tea Green

📋 copy color: '#C2FAAF'

red 194 ◦ green 250 ◦ blue 175

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

Shades of Tea Green #C2FAAF

Tints of Tea Green #C2FAAF

RGB

 RED value IS 194 (76.17% from 255) = 31.34%

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

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

R = 31.34%
G = 40.39%
B = 28.27%

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

#C2FAAF (or 0xC2FAAF) is known color: Tea Green. HEX triplet: C2, FA and AF. RGB value is (194,250,175). Sum of RGB (Red+Green+Blue) = 194+250+175=619 (81% of max value = 765). Red value is 194 (76.17% from 255 or 31.34% from 619); Green value is 250 (98.05% from 255 or 40.39% from 619); Blue value is 175 (68.75% from 255 or 28.27% from 619); Max value from RGB is 250 - color contains mainly: green. Hex color #C2FAAF is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C2FAAF is #3D0550. Grayscale: #E0E0E0. Windows color (decimal): -3999057 or 11532994. OLE color: 11532994.

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

Color convert

RGB 194 250 175 -
CMYK 0.22 0 0.3 0.02
HSL 104.8º 0.88% 0.83% -
HSV(B) 104.8º 0.3% 0.98% -
XYZ 64.17 82.94 53.18 -
YUV 224.71 99.95 106.1 -
System Red Green Blue C M Y K H S L
Decimal 194 250 175 0.22 0 0.3 0.02 104.8 0.88 0.83
Hex C2 FA AF 16 0 1E 2 69 58 53
Octal 302 372 257 26 0 36 2 151 130 123
Binary 11000010 11111010 10101111 10110 0 11110 10 1101001 1011000 1010011

Color Harmonies of #C2FAAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2FAAF

Black with #C2FAAF

Text Example


Text Example

White with #C2FAAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2FAAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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