#6AFDD5

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

Shades of Aquamarine #6AFDD5

Tints of Aquamarine #6AFDD5

Color information

#6AFDD5 (or 0x6AFDD5) is unknown color: approx Aquamarine. HEX triplet: 6A, FD and D5. RGB value is (106,253,213). Sum of RGB (Red+Green+Blue) = 106+253+213=572 (75% of max value = 765). Red value is 106 (41.80% from 255 or 18.53% from 572); Green value is 253 (99.22% from 255 or 44.23% from 572); Blue value is 213 (83.59% from 255 or 37.24% from 572); Max value from RGB is 253 - color contains mainly: green. Hex color #6AFDD5 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6AFDD5 is #95022A. Grayscale: #CCCCCC. Windows color (decimal): -9765419 or 14024042. OLE color: 14024042.

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

Color convert

RGB106253213-
CMYK0.5800.160.01
HSL163.67º97.35%70.39%-
HSV(B)163.67º58.1%99.22%-
XYZ53.0878.1275.23-
YUV204.49132.857.75-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 18.53%
GREEN value IS 253 (99.22% from 255) = 44.23%
BLUE value IS 213 (83.59% from 255) = 37.24%
R=18.53%
G=44.23%
B=37.24%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1062532130.5800.160.01163.6797.3570.39
Hex6AFDD53A0101a46146
Octal152375325720201244141106
Binary1101010111111011101010111101001000011010010011000011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AFDD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,253,213); }

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

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

 a { background-color: rgb(106,253,213); }

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

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

 span { border-color: rgb(106,253,213); }

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