#6AFAD1

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

Shades of Aquamarine #6AFAD1

Tints of Aquamarine #6AFAD1

Color information

#6AFAD1 (or 0x6AFAD1) is unknown color: approx Aquamarine. HEX triplet: 6A, FA and D1. RGB value is (106,250,209). Sum of RGB (Red+Green+Blue) = 106+250+209=565 (74% of max value = 765). Red value is 106 (41.80% from 255 or 18.76% from 565); Green value is 250 (98.05% from 255 or 44.25% from 565); Blue value is 209 (82.03% from 255 or 36.99% from 565); Max value from RGB is 250 - color contains mainly: green. Hex color #6AFAD1 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6AFAD1 is #95052E. Grayscale: #CACACA. Windows color (decimal): -9766191 or 13761130. OLE color: 13761130.

HSL color Cylindrical-coordinate representation of color #6AFAD1: hue angle of 162.92º degrees, saturation: 0.94, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6AFAD1 is Cyan = 0.58, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.02.

Color convert

RGB106250209-
CMYK0.5800.160.02
HSL162.92º93.51%69.8%-
HSV(B)162.92º57.6%98.04%-
XYZ51.6476.0472.28-
YUV202.27131.7959.33-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 18.76%
GREEN value IS 250 (98.05% from 255) = 44.25%
BLUE value IS 209 (82.03% from 255) = 36.99%
R=18.76%
G=44.25%
B=36.99%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1062502090.5800.160.02162.9293.5169.8
Hex6AFAD13A0102a35e46
Octal152372321720202243136106
Binary11010101111101011010001111010010000101010001110111101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AFAD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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