Html Css Color HEX #C7FAAA Tea Green

📋 copy color: '#C7FAAA'

red 199 ◦ green 250 ◦ blue 170

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

Shades of Tea Green #C7FAAA

Tints of Tea Green #C7FAAA

RGB

 RED value IS 199 (78.13% from 255) = 32.15%

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

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

R = 32.15%
G = 40.39%
B = 27.46%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.32

 K value IS 0.02

RGB Variations

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

Color information

#C7FAAA (or 0xC7FAAA) is known color: Tea Green. HEX triplet: C7, FA and AA. RGB value is (199,250,170). Sum of RGB (Red+Green+Blue) = 199+250+170=619 (81% of max value = 765). Red value is 199 (78.12% from 255 or 32.15% from 619); Green value is 250 (98.05% from 255 or 40.39% from 619); Blue value is 170 (66.80% from 255 or 27.46% from 619); Max value from RGB is 250 - color contains mainly: green. Hex color #C7FAAA is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C7FAAA is #380555. Grayscale: #E1E1E1. Windows color (decimal): -3671382 or 11205319. OLE color: 11205319.

HSL color Cylindrical-coordinate representation of color #C7FAAA: hue angle of 98.25º degrees, saturation: 0.89, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C7FAAA is Cyan = 0.20, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.02.

Color convert

RGB 199 250 170 -
CMYK 0.20 0 0.32 0.02
HSL 98.25º 0.89% 0.82% -
HSV(B) 98.25º 0.32% 0.98% -
XYZ 64.99 83.42 50.71 -
YUV 225.63 96.6 109 -
System Red Green Blue C M Y K H S L
Decimal 199 250 170 0.20 0 0.32 0.02 98.25 0.89 0.82
Hex C7 FA AA 14 0 20 2 62 59 52
Octal 307 372 252 24 0 40 2 142 131 122
Binary 11000111 11111010 10101010 10100 0 100000 10 1100010 1011001 1010010

Color Harmonies of #C7FAAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7FAAA

Black with #C7FAAA

Text Example


Text Example

White with #C7FAAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7FAAA; }

 p { color: rgb(199,250,170); }

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

background-color css

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

 a { background-color: rgb(199,250,170); }

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

border-color css

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

 span { border-color: rgb(199,250,170); }

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