#6AFAB7

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

Shades of Aquamarine #6AFAB7

Tints of Aquamarine #6AFAB7

Color information

#6AFAB7 (or 0x6AFAB7) is unknown color: approx Aquamarine. HEX triplet: 6A, FA and B7. RGB value is (106,250,183). Sum of RGB (Red+Green+Blue) = 106+250+183=539 (71% of max value = 765). Red value is 106 (41.80% from 255 or 19.67% from 539); Green value is 250 (98.05% from 255 or 46.38% from 539); Blue value is 183 (71.88% from 255 or 33.95% from 539); Max value from RGB is 250 - color contains mainly: green. Hex color #6AFAB7 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6AFAB7 is #950548. Grayscale: #C7C7C7. Windows color (decimal): -9766217 or 12057194. OLE color: 12057194.

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

Color convert

RGB106250183-
CMYK0.5800.270.02
HSL152.08º93.51%69.8%-
HSV(B)152.08º57.6%98.04%-
XYZ48.6874.8556.68-
YUV199.31118.7961.45-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 19.67%
GREEN value IS 250 (98.05% from 255) = 46.38%
BLUE value IS 183 (71.88% from 255) = 33.95%
R=19.67%
G=46.38%
B=33.95%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1062501830.5800.270.02152.0893.5169.8
Hex6AFAB73A01B2985e46
Octal152372267720332230136106
Binary11010101111101010110111111010011011101001100010111101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AFAB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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