Html Css Color HEX #C7FAAF Tea Green

📋 copy color: '#C7FAAF'

red 199 ◦ green 250 ◦ blue 175

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

Shades of Tea Green #C7FAAF

Tints of Tea Green #C7FAAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 28.04%

R = 31.89%
G = 40.06%
B = 28.04%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.3

 K value IS 0.02

RGB Variations

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

Color information

#C7FAAF (or 0xC7FAAF) is known color: Tea Green. HEX triplet: C7, FA and AF. RGB value is (199,250,175). Sum of RGB (Red+Green+Blue) = 199+250+175=624 (82% of max value = 765). Red value is 199 (78.12% from 255 or 31.89% from 624); Green value is 250 (98.05% from 255 or 40.06% from 624); Blue value is 175 (68.75% from 255 or 28.04% from 624); Max value from RGB is 250 - color contains mainly: green. Hex color #C7FAAF is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C7FAAF is #380550. Grayscale: #E2E2E2. Windows color (decimal): -3671377 or 11532999. OLE color: 11532999.

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

Color convert

RGB 199 250 175 -
CMYK 0.20 0 0.3 0.02
HSL 100.8º 0.88% 0.83% -
HSV(B) 100.8º 0.3% 0.98% -
XYZ 65.48 83.61 53.24 -
YUV 226.2 99.1 108.6 -
System Red Green Blue C M Y K H S L
Decimal 199 250 175 0.20 0 0.3 0.02 100.8 0.88 0.83
Hex C7 FA AF 14 0 1E 2 65 58 53
Octal 307 372 257 24 0 36 2 145 130 123
Binary 11000111 11111010 10101111 10100 0 11110 10 1100101 1011000 1010011

Color Harmonies of #C7FAAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7FAAF

Black with #C7FAAF

Text Example


Text Example

White with #C7FAAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7FAAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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