#C7F1BF

Color #C7F1BF Tea Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tea Green #C7F1BF

Tints of Tea Green #C7F1BF

Color information

#C7F1BF (or 0xC7F1BF) is unknown color: approx Tea Green. HEX triplet: C7, F1 and BF. RGB value is (199,241,191). Sum of RGB (Red+Green+Blue) = 199+241+191=631 (83% of max value = 765). Red value is 199 (78.12% from 255 or 31.54% from 631); Green value is 241 (94.53% from 255 or 38.19% from 631); Blue value is 191 (75% from 255 or 30.27% from 631); Max value from RGB is 241 - color contains mainly: green. Hex color #C7F1BF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C7F1BF is #380E40. Grayscale: #DEDEDE. Windows color (decimal): -3673665 or 12579271. OLE color: 12579271.

HSL color Cylindrical-coordinate representation of color #C7F1BF: hue angle of 110.4º degrees, saturation: 0.64, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C7F1BF is Cyan = 0.17, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.05.

Color convert

RGB199241191-
CMYK0.1700.210.05
HSL110.4º64.1%84.71%-
HSV(B)110.4º20.75%94.51%-
XYZ64.4178.8161.11-
YUV222.74110.09111.07-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 31.54%
GREEN value IS 241 (94.53% from 255) = 38.19%
BLUE value IS 191 (75% from 255) = 30.27%
R=31.54%
G=38.19%
B=30.27%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1992411910.1700.210.05110.464.184.71
HexC7F1BF1101556e4055
Octal307361277210255156100125
Binary11000111111100011011111110001010101101110111010000001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7F1BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7F1BF; }

 p { color: rgb(199,241,191); }

 H1.HeaderClassName
 {
   color: #C7F1BF;
 }
 .AnyTagClassName
 {
   color: #C7F1BF;
 }
</style>
background-color css

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

 a { background-color: rgb(199,241,191); }

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

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

 span { border-color: rgb(199,241,191); }

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