#6AF3BA

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

Shades of Aquamarine #6AF3BA

Tints of Aquamarine #6AF3BA

Color information

#6AF3BA (or 0x6AF3BA) is unknown color: approx Aquamarine. HEX triplet: 6A, F3 and BA. RGB value is (106,243,186). Sum of RGB (Red+Green+Blue) = 106+243+186=535 (70% of max value = 765). Red value is 106 (41.80% from 255 or 19.81% from 535); Green value is 243 (95.31% from 255 or 45.42% from 535); Blue value is 186 (73.05% from 255 or 34.77% from 535); Max value from RGB is 243 - color contains mainly: green. Hex color #6AF3BA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6AF3BA is #950C45. Grayscale: #C3C3C3. Windows color (decimal): -9768006 or 12252010. OLE color: 12252010.

HSL color Cylindrical-coordinate representation of color #6AF3BA: hue angle of 155.04º degrees, saturation: 0.85, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6AF3BA is Cyan = 0.56, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.05.

Color convert

RGB106243186-
CMYK0.5600.230.05
HSL155.04º85.09%68.43%-
HSV(B)155.04º56.38%95.29%-
XYZ46.8670.7157.63-
YUV195.54122.6164.13-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 19.81%
GREEN value IS 243 (95.31% from 255) = 45.42%
BLUE value IS 186 (73.05% from 255) = 34.77%
R=19.81%
G=45.42%
B=34.77%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1062431860.5600.230.05155.0485.0968.43
Hex6AF3BA3801759b5544
Octal152363272700275233125104
Binary110101011110011101110101110000101111011001101110101011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AF3BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,243,186); }

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

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

 a { background-color: rgb(106,243,186); }

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

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

 span { border-color: rgb(106,243,186); }

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