Html Css Color HEX #C2FFAE Tea Green

📋 copy color: '#C2FFAE'

red 194 ◦ green 255 ◦ blue 174

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

Shades of Tea Green #C2FFAE

Tints of Tea Green #C2FFAE

RGB

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

 GREEN value IS 255 (100% from 255) = 40.93%

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

R = 31.14%
G = 40.93%
B = 27.93%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.32

 K value IS 0

RGB Variations

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

Color information

#C2FFAE (or 0xC2FFAE) is known color: Tea Green. HEX triplet: C2, FF and AE. RGB value is (194,255,174). Sum of RGB (Red+Green+Blue) = 194+255+174=623 (82% of max value = 765). Red value is 194 (76.17% from 255 or 31.14% from 623); Green value is 255 (100% from 255 or 40.93% from 623); Blue value is 174 (68.36% from 255 or 27.93% from 623); Max value from RGB is 255 - color contains mainly: green. Hex color #C2FFAE is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C2FFAE is #3D0051. Grayscale: #E3E3E3. Windows color (decimal): -3997778 or 11468738. OLE color: 11468738.

HSL color Cylindrical-coordinate representation of color #C2FFAE: hue angle of 105.19º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C2FFAE is Cyan = 0.24, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.

Color convert

RGB 194 255 174 -
CMYK 0.24 0 0.32 0
HSL 105.19º 1% 0.84% -
HSV(B) 105.19º 0.32% 1% -
XYZ 65.65 86.05 53.19 -
YUV 227.53 97.79 104.09 -
System Red Green Blue C M Y K H S L
Decimal 194 255 174 0.24 0 0.32 0 105.19 1 0.84
Hex C2 FF AE 18 0 20 0 69 64 54
Octal 302 377 256 30 0 40 0 151 144 124
Binary 11000010 11111111 10101110 11000 0 100000 0 1101001 1100100 1010100

Color Harmonies of #C2FFAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2FFAE

Black with #C2FFAE

Text Example


Text Example

White with #C2FFAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2FFAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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