#6AD7AB

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

Shades of Medium Aquamarine #6AD7AB

Tints of Medium Aquamarine #6AD7AB

Color information

#6AD7AB (or 0x6AD7AB) is unknown color: approx Medium Aquamarine. HEX triplet: 6A, D7 and AB. RGB value is (106,215,171). Sum of RGB (Red+Green+Blue) = 106+215+171=492 (65% of max value = 765). Red value is 106 (41.80% from 255 or 21.54% from 492); Green value is 215 (84.38% from 255 or 43.70% from 492); Blue value is 171 (67.19% from 255 or 34.76% from 492); Max value from RGB is 215 - color contains mainly: green. Hex color #6AD7AB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6AD7AB is #952854. Grayscale: #B1B1B1. Windows color (decimal): -9775189 or 11261802. OLE color: 11261802.

HSL color Cylindrical-coordinate representation of color #6AD7AB: hue angle of 155.78º degrees, saturation: 0.58, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6AD7AB is Cyan = 0.51, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.16.

Color convert

RGB106215171-
CMYK0.5100.200.16
HSL155.78º57.67%62.94%-
HSV(B)155.78º50.7%84.31%-
XYZ37.5954.6147.09-
YUV177.39124.3977.08-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 21.54%
GREEN value IS 215 (84.38% from 255) = 43.70%
BLUE value IS 171 (67.19% from 255) = 34.76%
R=21.54%
G=43.70%
B=34.76%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1062151710.5100.200.16155.7857.6762.94
Hex6AD7AB33014109c3a3f
Octal15232725363024202347277
Binary110101011010111101010111100110101001000010011100111010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AD7AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,215,171); }

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

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

 a { background-color: rgb(106,215,171); }

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

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

 span { border-color: rgb(106,215,171); }

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