#6AF4DA

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

Shades of Aquamarine #6AF4DA

Tints of Aquamarine #6AF4DA

Color information

#6AF4DA (or 0x6AF4DA) is unknown color: approx Aquamarine. HEX triplet: 6A, F4 and DA. RGB value is (106,244,218). Sum of RGB (Red+Green+Blue) = 106+244+218=568 (75% of max value = 765). Red value is 106 (41.80% from 255 or 18.66% from 568); Green value is 244 (95.70% from 255 or 42.96% from 568); Blue value is 218 (85.55% from 255 or 38.38% from 568); Max value from RGB is 244 - color contains mainly: green. Hex color #6AF4DA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6AF4DA is #950B25. Grayscale: #C7C7C7. Windows color (decimal): -9767718 or 14349418. OLE color: 14349418.

HSL color Cylindrical-coordinate representation of color #6AF4DA: hue angle of 168.7º degrees, saturation: 0.86, 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 #6AF4DA is Cyan = 0.57, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.04.

Color convert

RGB106244218-
CMYK0.5700.110.04
HSL168.7º86.25%68.63%-
HSV(B)168.7º56.56%95.69%-
XYZ50.9572.8377.7-
YUV199.77138.2861.11-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 18.66%
GREEN value IS 244 (95.70% from 255) = 42.96%
BLUE value IS 218 (85.55% from 255) = 38.38%
R=18.66%
G=42.96%
B=38.38%

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
Decimal1062442180.5700.110.04168.786.2568.63
Hex6AF4DA390B4a95645
Octal152364332710134251126105
Binary11010101111010011011010111001010111001010100110101101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AF4DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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