#6FC1A2

Color #6FC1A2 Medium Aquamarine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Aquamarine #6FC1A2

Tints of Medium Aquamarine #6FC1A2

Color information

#6FC1A2 (or 0x6FC1A2) is unknown color: approx Medium Aquamarine. HEX triplet: 6F, C1 and A2. RGB value is (111,193,162). Sum of RGB (Red+Green+Blue) = 111+193+162=466 (61% of max value = 765). Red value is 111 (43.75% from 255 or 23.82% from 466); Green value is 193 (75.78% from 255 or 41.42% from 466); Blue value is 162 (63.67% from 255 or 34.76% from 466); Max value from RGB is 193 - color contains mainly: green. Hex color #6FC1A2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6FC1A2 is #903E5D. Grayscale: #A4A4A4. Windows color (decimal): -9453150 or 10666351. OLE color: 10666351.

HSL color Cylindrical-coordinate representation of color #6FC1A2: hue angle of 157.32º degrees, saturation: 0.4, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #6FC1A2 is Cyan = 0.42, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.24.

Color convert

RGB111193162-
CMYK0.4200.160.24
HSL157.32º39.81%59.61%-
HSV(B)157.32º42.49%75.69%-
XYZ32.1544.1341.01-
YUV164.95126.3389.52-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 23.82%
GREEN value IS 193 (75.78% from 255) = 41.42%
BLUE value IS 162 (63.67% from 255) = 34.76%
R=23.82%
G=41.42%
B=34.76%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1111931620.4200.160.24157.3239.8159.61
Hex6FC1A22A010189d283c
Octal15730124252020302355074
Binary110111111000001101000101010100100001100010011101101000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FC1A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6FC1A2; }

 p { color: rgb(111,193,162); }

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

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

 a { background-color: rgb(111,193,162); }

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

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

 span { border-color: rgb(111,193,162); }

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