#6BC2A1

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

Shades of Medium Aquamarine #6BC2A1

Tints of Medium Aquamarine #6BC2A1

Color information

#6BC2A1 (or 0x6BC2A1) is unknown color: approx Medium Aquamarine. HEX triplet: 6B, C2 and A1. RGB value is (107,194,161). Sum of RGB (Red+Green+Blue) = 107+194+161=462 (61% of max value = 765). Red value is 107 (42.19% from 255 or 23.16% from 462); Green value is 194 (76.17% from 255 or 41.99% from 462); Blue value is 161 (63.28% from 255 or 34.85% from 462); Max value from RGB is 194 - color contains mainly: green. Hex color #6BC2A1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6BC2A1 is #943D5E. Grayscale: #A4A4A4. Windows color (decimal): -9715039 or 10601067. OLE color: 10601067.

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

Color convert

RGB107194161-
CMYK0.4500.170.24
HSL157.24º41.63%59.02%-
HSV(B)157.24º44.85%76.08%-
XYZ31.7944.2840.59-
YUV164.23126.1887.18-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 23.16%
GREEN value IS 194 (76.17% from 255) = 41.99%
BLUE value IS 161 (63.28% from 255) = 34.85%
R=23.16%
G=41.99%
B=34.85%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1071941610.4500.170.24157.2441.6359.02
Hex6BC2A12D011189d2a3b
Octal15330224155021302355273
Binary110101111000010101000011011010100011100010011101101010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BC2A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,194,161); }

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

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

 a { background-color: rgb(107,194,161); }

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

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

 span { border-color: rgb(107,194,161); }

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