Html Css Color HEX #C7F2C2 Tea Green

📋 copy color: '#C7F2C2'

red 199 ◦ green 242 ◦ blue 194

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

Shades of Tea Green #C7F2C2

Tints of Tea Green #C7F2C2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 30.55%

R = 31.34%
G = 38.11%
B = 30.55%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.20

 K value IS 0.05

RGB Variations

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

Color information

#C7F2C2 (or 0xC7F2C2) is known color: Tea Green. HEX triplet: C7, F2 and C2. RGB value is (199,242,194). Sum of RGB (Red+Green+Blue) = 199+242+194=635 (84% of max value = 765). Red value is 199 (78.12% from 255 or 31.34% from 635); Green value is 242 (94.92% from 255 or 38.11% from 635); Blue value is 194 (76.17% from 255 or 30.55% from 635); Max value from RGB is 242 - color contains mainly: green. Hex color #C7F2C2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C7F2C2 is #380D3D. Grayscale: #DFDFDF. Windows color (decimal): -3673406 or 12776135. OLE color: 12776135.

HSL color Cylindrical-coordinate representation of color #C7F2C2: hue angle of 113.75º degrees, saturation: 0.65, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C7F2C2 is Cyan = 0.18, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.05.

Color convert

RGB 199 242 194 -
CMYK 0.18 0 0.20 0.05
HSL 113.75º 0.65% 0.85% -
HSV(B) 113.75º 0.2% 0.95% -
XYZ 65.04 79.54 62.96 -
YUV 223.67 111.25 110.4 -
System Red Green Blue C M Y K H S L
Decimal 199 242 194 0.18 0 0.20 0.05 113.75 0.65 0.85
Hex C7 F2 C2 12 0 14 5 72 41 55
Octal 307 362 302 22 0 24 5 162 101 125
Binary 11000111 11110010 11000010 10010 0 10100 101 1110010 1000001 1010101

Color Harmonies of #C7F2C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7F2C2

Black with #C7F2C2

Text Example


Text Example

White with #C7F2C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7F2C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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