#6AFFDA

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

Shades of Aquamarine #6AFFDA

Tints of Aquamarine #6AFFDA

Color information

#6AFFDA (or 0x6AFFDA) is unknown color: approx Aquamarine. HEX triplet: 6A, FF and DA. RGB value is (106,255,218). Sum of RGB (Red+Green+Blue) = 106+255+218=579 (76% of max value = 765). Red value is 106 (41.80% from 255 or 18.31% from 579); Green value is 255 (100% from 255 or 44.04% from 579); Blue value is 218 (85.55% from 255 or 37.65% from 579); Max value from RGB is 255 - color contains mainly: green. Hex color #6AFFDA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6AFFDA is #950025. Grayscale: #CECECE. Windows color (decimal): -9764902 or 14352234. OLE color: 14352234.

HSL color Cylindrical-coordinate representation of color #6AFFDA: hue angle of 165.1º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6AFFDA is Cyan = 0.58, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.

Color convert

RGB106255218-
CMYK0.5800.150
HSL165.1º100%70.78%-
HSV(B)165.1º58.43%100%-
XYZ54.3679.6578.84-
YUV206.23134.6456.51-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 18.31%
GREEN value IS 255 (100% from 255) = 44.04%
BLUE value IS 218 (85.55% from 255) = 37.65%
R=18.31%
G=44.04%
B=37.65%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1062552180.5800.150165.110070.78
Hex6AFFDA3A0F0a56447
Octal152377332720170245144107
Binary110101011111111110110101110100111101010010111001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AFFDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,255,218); }

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

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

 a { background-color: rgb(106,255,218); }

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

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

 span { border-color: rgb(106,255,218); }

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