#6AFABC

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

Shades of Aquamarine #6AFABC

Tints of Aquamarine #6AFABC

Color information

#6AFABC (or 0x6AFABC) is unknown color: approx Aquamarine. HEX triplet: 6A, FA and BC. RGB value is (106,250,188). Sum of RGB (Red+Green+Blue) = 106+250+188=544 (72% of max value = 765). Red value is 106 (41.80% from 255 or 19.49% from 544); Green value is 250 (98.05% from 255 or 45.96% from 544); Blue value is 188 (73.83% from 255 or 34.56% from 544); Max value from RGB is 250 - color contains mainly: green. Hex color #6AFABC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6AFABC is #950543. Grayscale: #C7C7C7. Windows color (decimal): -9766212 or 12384874. OLE color: 12384874.

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

Color convert

RGB106250188-
CMYK0.5800.250.02
HSL154.17º93.51%69.8%-
HSV(B)154.17º57.6%98.04%-
XYZ49.2175.0759.47-
YUV199.88121.2961.04-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 19.49%
GREEN value IS 250 (98.05% from 255) = 45.96%
BLUE value IS 188 (73.83% from 255) = 34.56%
R=19.49%
G=45.96%
B=34.56%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1062501880.5800.250.02154.1793.5169.8
Hex6AFABC3A01929a5e46
Octal152372274720312232136106
Binary11010101111101010111100111010011001101001101010111101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AFABC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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