Html Css Color HEX #C7F2AF Tea Green

📋 copy color: '#C7F2AF'

red 199 ◦ green 242 ◦ blue 175

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

Shades of Tea Green #C7F2AF

Tints of Tea Green #C7F2AF

RGB

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

 GREEN value IS 242 (94.92% from 255) = 39.29%

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

R = 32.31%
G = 39.29%
B = 28.41%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.28

 K value IS 0.05

RGB Variations

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

Color information

#C7F2AF (or 0xC7F2AF) is known color: Tea Green. HEX triplet: C7, F2 and AF. RGB value is (199,242,175). Sum of RGB (Red+Green+Blue) = 199+242+175=616 (81% of max value = 765). Red value is 199 (78.12% from 255 or 32.31% from 616); Green value is 242 (94.92% from 255 or 39.29% from 616); Blue value is 175 (68.75% from 255 or 28.41% from 616); Max value from RGB is 242 - color contains mainly: green. Hex color #C7F2AF is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C7F2AF is #380D50. Grayscale: #DDDDDD. Windows color (decimal): -3673425 or 11530951. OLE color: 11530951.

HSL color Cylindrical-coordinate representation of color #C7F2AF: hue angle of 98.51º degrees, saturation: 0.72, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C7F2AF is Cyan = 0.18, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.05.

Color convert

RGB 199 242 175 -
CMYK 0.18 0 0.28 0.05
HSL 98.51º 0.72% 0.82% -
HSV(B) 98.51º 0.28% 0.95% -
XYZ 63.04 78.74 52.43 -
YUV 221.51 101.75 111.95 -
System Red Green Blue C M Y K H S L
Decimal 199 242 175 0.18 0 0.28 0.05 98.51 0.72 0.82
Hex C7 F2 AF 12 0 1C 5 63 48 52
Octal 307 362 257 22 0 34 5 143 110 122
Binary 11000111 11110010 10101111 10010 0 11100 101 1100011 1001000 1010010

Color Harmonies of #C7F2AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7F2AF

Black with #C7F2AF

Text Example


Text Example

White with #C7F2AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7F2AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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