Html Css Color HEX #C2FAAE Tea Green

📋 copy color: '#C2FAAE'

red 194 ◦ green 250 ◦ blue 174

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

Shades of Tea Green #C2FAAE

Tints of Tea Green #C2FAAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 28.16%

R = 31.39%
G = 40.45%
B = 28.16%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.30

 K value IS 0.02

RGB Variations

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

Color information

#C2FAAE (or 0xC2FAAE) is known color: Tea Green. HEX triplet: C2, FA and AE. RGB value is (194,250,174). Sum of RGB (Red+Green+Blue) = 194+250+174=618 (81% of max value = 765). Red value is 194 (76.17% from 255 or 31.39% from 618); Green value is 250 (98.05% from 255 or 40.45% from 618); Blue value is 174 (68.36% from 255 or 28.16% from 618); Max value from RGB is 250 - color contains mainly: green. Hex color #C2FAAE is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C2FAAE is #3D0551. Grayscale: #E0E0E0. Windows color (decimal): -3999058 or 11467458. OLE color: 11467458.

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

Color convert

RGB 194 250 174 -
CMYK 0.22 0 0.30 0.02
HSL 104.21º 0.88% 0.83% -
HSV(B) 104.21º 0.3% 0.98% -
XYZ 64.07 82.9 52.67 -
YUV 224.59 99.45 106.18 -
System Red Green Blue C M Y K H S L
Decimal 194 250 174 0.22 0 0.30 0.02 104.21 0.88 0.83
Hex C2 FA AE 16 0 1E 2 68 58 53
Octal 302 372 256 26 0 36 2 150 130 123
Binary 11000010 11111010 10101110 10110 0 11110 10 1101000 1011000 1010011

Color Harmonies of #C2FAAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2FAAE

Black with #C2FAAE

Text Example


Text Example

White with #C2FAAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2FAAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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