Html Css Color HEX #C4FAAE Tea Green

📋 copy color: '#C4FAAE'

red 196 ◦ green 250 ◦ blue 174

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

Shades of Tea Green #C4FAAE

Tints of Tea Green #C4FAAE

RGB

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

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

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

R = 31.61%
G = 40.32%
B = 28.06%

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

#C4FAAE (or 0xC4FAAE) is known color: Tea Green. HEX triplet: C4, FA and AE. RGB value is (196,250,174). Sum of RGB (Red+Green+Blue) = 196+250+174=620 (82% of max value = 765). Red value is 196 (76.95% from 255 or 31.61% from 620); Green value is 250 (98.05% from 255 or 40.32% from 620); Blue value is 174 (68.36% from 255 or 28.06% from 620); Max value from RGB is 250 - color contains mainly: green. Hex color #C4FAAE is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C4FAAE is #3B0551. Grayscale: #E1E1E1. Windows color (decimal): -3867986 or 11467460. OLE color: 11467460.

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

Color convert

RGB 196 250 174 -
CMYK 0.22 0 0.30 0.02
HSL 102.63º 0.88% 0.83% -
HSV(B) 102.63º 0.3% 0.98% -
XYZ 64.59 83.16 52.69 -
YUV 225.19 99.11 107.18 -
System Red Green Blue C M Y K H S L
Decimal 196 250 174 0.22 0 0.30 0.02 102.63 0.88 0.83
Hex C4 FA AE 16 0 1E 2 67 58 53
Octal 304 372 256 26 0 36 2 147 130 123
Binary 11000100 11111010 10101110 10110 0 11110 10 1100111 1011000 1010011

Color Harmonies of #C4FAAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4FAAE

Black with #C4FAAE

Text Example


Text Example

White with #C4FAAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4FAAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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