#6AF5DA

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

Shades of Aquamarine #6AF5DA

Tints of Aquamarine #6AF5DA

Color information

#6AF5DA (or 0x6AF5DA) is unknown color: approx Aquamarine. HEX triplet: 6A, F5 and DA. RGB value is (106,245,218). Sum of RGB (Red+Green+Blue) = 106+245+218=569 (75% of max value = 765). Red value is 106 (41.80% from 255 or 18.63% from 569); Green value is 245 (96.09% from 255 or 43.06% from 569); Blue value is 218 (85.55% from 255 or 38.31% from 569); Max value from RGB is 245 - color contains mainly: green. Hex color #6AF5DA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6AF5DA is #950A25. Grayscale: #C8C8C8. Windows color (decimal): -9767462 or 14349674. OLE color: 14349674.

HSL color Cylindrical-coordinate representation of color #6AF5DA: hue angle of 168.35º degrees, saturation: 0.87, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6AF5DA is Cyan = 0.57, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.04.

Color convert

RGB106245218-
CMYK0.5700.110.04
HSL168.35º87.42%68.82%-
HSV(B)168.35º56.73%96.08%-
XYZ51.2573.4377.8-
YUV200.36137.9560.7-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 18.63%
GREEN value IS 245 (96.09% from 255) = 43.06%
BLUE value IS 218 (85.55% from 255) = 38.31%
R=18.63%
G=43.06%
B=38.31%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1062452180.5700.110.04168.3587.4268.82
Hex6AF5DA390B4a85745
Octal152365332710134250127105
Binary11010101111010111011010111001010111001010100010101111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AF5DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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