#6FFABA

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

Shades of Aquamarine #6FFABA

Tints of Aquamarine #6FFABA

Color information

#6FFABA (or 0x6FFABA) is unknown color: approx Aquamarine. HEX triplet: 6F, FA and BA. RGB value is (111,250,186). Sum of RGB (Red+Green+Blue) = 111+250+186=547 (72% of max value = 765). Red value is 111 (43.75% from 255 or 20.29% from 547); Green value is 250 (98.05% from 255 or 45.70% from 547); Blue value is 186 (73.05% from 255 or 34.00% from 547); Max value from RGB is 250 - color contains mainly: green. Hex color #6FFABA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6FFABA is #900545. Grayscale: #C9C9C9. Windows color (decimal): -9438534 or 12253807. OLE color: 12253807.

HSL color Cylindrical-coordinate representation of color #6FFABA: hue angle of 152.37º degrees, saturation: 0.93, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6FFABA is Cyan = 0.56, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.02.

Color convert

RGB111250186-
CMYK0.5600.260.02
HSL152.37º93.29%70.78%-
HSV(B)152.37º55.6%98.04%-
XYZ49.675.358.37-
YUV201.14119.4563.7-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 20.29%
GREEN value IS 250 (98.05% from 255) = 45.70%
BLUE value IS 186 (73.05% from 255) = 34.00%
R=20.29%
G=45.70%
B=34.00%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1112501860.5600.260.02152.3793.2970.78
Hex6FFABA3801A2985d47
Octal157372272700322230135107
Binary11011111111101010111010111000011010101001100010111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FFABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,250,186); }

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

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

 a { background-color: rgb(111,250,186); }

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

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

 span { border-color: rgb(111,250,186); }

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