#C7F2BC

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

Shades of Tea Green #C7F2BC

Tints of Tea Green #C7F2BC

Color information

#C7F2BC (or 0xC7F2BC) is unknown color: approx Tea Green. HEX triplet: C7, F2 and BC. RGB value is (199,242,188). Sum of RGB (Red+Green+Blue) = 199+242+188=629 (83% of max value = 765). Red value is 199 (78.12% from 255 or 31.64% from 629); Green value is 242 (94.92% from 255 or 38.47% from 629); Blue value is 188 (73.83% from 255 or 29.89% from 629); Max value from RGB is 242 - color contains mainly: green. Hex color #C7F2BC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C7F2BC is #380D43. Grayscale: #DFDFDF. Windows color (decimal): -3673412 or 12382919. OLE color: 12382919.

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

Color convert

RGB199242188-
CMYK0.1800.220.05
HSL107.78º67.5%84.31%-
HSV(B)107.78º22.31%94.9%-
XYZ64.3879.2859.49-
YUV222.99108.25110.89-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 31.64%
GREEN value IS 242 (94.92% from 255) = 38.47%
BLUE value IS 188 (73.83% from 255) = 29.89%
R=31.64%
G=38.47%
B=29.89%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1992421880.1800.220.05107.7867.584.31
HexC7F2BC1201656c4454
Octal307362274220265154104124
Binary11000111111100101011110010010010110101110110010001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7F2BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7F2BC; }

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

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

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

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

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

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

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

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