#6BC6A2

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

Shades of Medium Aquamarine #6BC6A2

Tints of Medium Aquamarine #6BC6A2

Color information

#6BC6A2 (or 0x6BC6A2) is unknown color: approx Medium Aquamarine. HEX triplet: 6B, C6 and A2. RGB value is (107,198,162). Sum of RGB (Red+Green+Blue) = 107+198+162=467 (61% of max value = 765). Red value is 107 (42.19% from 255 or 22.91% from 467); Green value is 198 (77.73% from 255 or 42.40% from 467); Blue value is 162 (63.67% from 255 or 34.69% from 467); Max value from RGB is 198 - color contains mainly: green. Hex color #6BC6A2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6BC6A2 is #94395D. Grayscale: #A6A6A6. Windows color (decimal): -9714014 or 10667627. OLE color: 10667627.

HSL color Cylindrical-coordinate representation of color #6BC6A2: hue angle of 156.26º degrees, saturation: 0.44, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6BC6A2 is Cyan = 0.46, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.22.

Color convert

RGB107198162-
CMYK0.4600.180.22
HSL156.26º44.39%59.8%-
HSV(B)156.26º45.96%77.65%-
XYZ32.7846.1241.36-
YUV166.69125.3585.43-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 22.91%
GREEN value IS 198 (77.73% from 255) = 42.40%
BLUE value IS 162 (63.67% from 255) = 34.69%
R=22.91%
G=42.40%
B=34.69%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1071981620.4600.180.22156.2644.3959.8
Hex6BC6A22E012169c2c3c
Octal15330624256022262345474
Binary110101111000110101000101011100100101011010011100101100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BC6A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,198,162); }

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

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

 a { background-color: rgb(107,198,162); }

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

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

 span { border-color: rgb(107,198,162); }

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