Html Css Color HEX #C3FFAA Tea Green

📋 copy color: '#C3FFAA'

red 195 ◦ green 255 ◦ blue 170

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

Shades of Tea Green #C3FFAA

Tints of Tea Green #C3FFAA

RGB

 RED value IS 195 (76.56% from 255) = 31.45%

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

 BLUE value IS 170 (66.8% from 255) = 27.42%

R = 31.45%
G = 41.13%
B = 27.42%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.33

 K value IS 0

RGB Variations

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

Color information

#C3FFAA (or 0xC3FFAA) is known color: Tea Green. HEX triplet: C3, FF and AA. RGB value is (195,255,170). Sum of RGB (Red+Green+Blue) = 195+255+170=620 (82% of max value = 765). Red value is 195 (76.56% from 255 or 31.45% from 620); Green value is 255 (100% from 255 or 41.13% from 620); Blue value is 170 (66.80% from 255 or 27.42% from 620); Max value from RGB is 255 - color contains mainly: green. Hex color #C3FFAA is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C3FFAA is #3C0055. Grayscale: #E3E3E3. Windows color (decimal): -3932246 or 11206595. OLE color: 11206595.

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

Color convert

RGB 195 255 170 -
CMYK 0.24 0 0.33 0
HSL 102.35º 1% 0.83% -
HSV(B) 102.35º 0.33% 1% -
XYZ 65.52 86.02 51.18 -
YUV 227.37 95.62 104.91 -
System Red Green Blue C M Y K H S L
Decimal 195 255 170 0.24 0 0.33 0 102.35 1 0.83
Hex C3 FF AA 18 0 21 0 66 64 53
Octal 303 377 252 30 0 41 0 146 144 123
Binary 11000011 11111111 10101010 11000 0 100001 0 1100110 1100100 1010011

Color Harmonies of #C3FFAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3FFAA

Black with #C3FFAA

Text Example


Text Example

White with #C3FFAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3FFAA; }

 p { color: rgb(195,255,170); }

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

background-color css

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

 a { background-color: rgb(195,255,170); }

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

border-color css

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

 span { border-color: rgb(195,255,170); }

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