#6AFABD

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

Shades of Aquamarine #6AFABD

Tints of Aquamarine #6AFABD

Color information

#6AFABD (or 0x6AFABD) is unknown color: approx Aquamarine. HEX triplet: 6A, FA and BD. RGB value is (106,250,189). Sum of RGB (Red+Green+Blue) = 106+250+189=545 (72% of max value = 765). Red value is 106 (41.80% from 255 or 19.45% from 545); Green value is 250 (98.05% from 255 or 45.87% from 545); Blue value is 189 (74.22% from 255 or 34.68% from 545); Max value from RGB is 250 - color contains mainly: green. Hex color #6AFABD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6AFABD is #950542. Grayscale: #C8C8C8. Windows color (decimal): -9766211 or 12450410. OLE color: 12450410.

HSL color Cylindrical-coordinate representation of color #6AFABD: hue angle of 154.58º 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 #6AFABD is Cyan = 0.58, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.02.

Color convert

RGB106250189-
CMYK0.5800.240.02
HSL154.58º93.51%69.8%-
HSV(B)154.58º57.6%98.04%-
XYZ49.3175.1160.04-
YUV199.99121.7960.96-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 19.45%
GREEN value IS 250 (98.05% from 255) = 45.87%
BLUE value IS 189 (74.22% from 255) = 34.68%
R=19.45%
G=45.87%
B=34.68%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1062501890.5800.240.02154.5893.5169.8
Hex6AFABD3A01829b5e46
Octal152372275720302233136106
Binary11010101111101010111101111010011000101001101110111101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AFABD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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