#6AD1B1

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

Shades of Medium Aquamarine #6AD1B1

Tints of Medium Aquamarine #6AD1B1

Color information

#6AD1B1 (or 0x6AD1B1) is unknown color: approx Medium Aquamarine. HEX triplet: 6A, D1 and B1. RGB value is (106,209,177). Sum of RGB (Red+Green+Blue) = 106+209+177=492 (65% of max value = 765). Red value is 106 (41.80% from 255 or 21.54% from 492); Green value is 209 (82.03% from 255 or 42.48% from 492); Blue value is 177 (69.53% from 255 or 35.98% from 492); Max value from RGB is 209 - color contains mainly: green. Hex color #6AD1B1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6AD1B1 is #952E4E. Grayscale: #AEAEAE. Windows color (decimal): -9776719 or 11653482. OLE color: 11653482.

HSL color Cylindrical-coordinate representation of color #6AD1B1: hue angle of 161.36º degrees, saturation: 0.53, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6AD1B1 is Cyan = 0.49, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.18.

Color convert

RGB106209177-
CMYK0.4900.150.18
HSL161.36º52.82%61.76%-
HSV(B)161.36º49.28%81.96%-
XYZ36.6851.8449.67-
YUV174.55129.3879.1-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 21.54%
GREEN value IS 209 (82.03% from 255) = 42.48%
BLUE value IS 177 (69.53% from 255) = 35.98%
R=21.54%
G=42.48%
B=35.98%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1062091770.4900.150.18161.3652.8261.76
Hex6AD1B1310F12a1353e
Octal15232126161017222416576
Binary11010101101000110110001110001011111001010100001110101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AD1B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,209,177); }

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

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

 a { background-color: rgb(106,209,177); }

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

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

 span { border-color: rgb(106,209,177); }

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