#6AFEAB

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

Shades of Aquamarine #6AFEAB

Tints of Aquamarine #6AFEAB

Color information

#6AFEAB (or 0x6AFEAB) is unknown color: approx Aquamarine. HEX triplet: 6A, FE and AB. RGB value is (106,254,171). Sum of RGB (Red+Green+Blue) = 106+254+171=531 (70% of max value = 765). Red value is 106 (41.80% from 255 or 19.96% from 531); Green value is 254 (99.61% from 255 or 47.83% from 531); Blue value is 171 (67.19% from 255 or 32.20% from 531); Max value from RGB is 254 - color contains mainly: green. Hex color #6AFEAB is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #6AFEAB is #950154. Grayscale: #C8C8C8. Windows color (decimal): -9765205 or 11271786. OLE color: 11271786.

HSL color Cylindrical-coordinate representation of color #6AFEAB: hue angle of 146.35º degrees, saturation: 0.99, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6AFEAB is Cyan = 0.58, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.00.

Color convert

RGB106254171-
CMYK0.5800.330.00
HSL146.35º98.67%70.59%-
HSV(B)146.35º58.27%99.61%-
XYZ48.7476.8950.8-
YUV200.29111.4760.75-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 19.96%
GREEN value IS 254 (99.61% from 255) = 47.83%
BLUE value IS 171 (67.19% from 255) = 32.20%
R=19.96%
G=47.83%
B=32.20%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1062541710.5800.330.00146.3598.6770.59
Hex6AFEAB3A0210926347
Octal152376253720410222143107
Binary11010101111111010101011111010010000101001001011000111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AFEAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,254,171); }

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

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

 a { background-color: rgb(106,254,171); }

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

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

 span { border-color: rgb(106,254,171); }

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