#6AF7C0

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

Shades of Aquamarine #6AF7C0

Tints of Aquamarine #6AF7C0

Color information

#6AF7C0 (or 0x6AF7C0) is unknown color: approx Aquamarine. HEX triplet: 6A, F7 and C0. RGB value is (106,247,192). Sum of RGB (Red+Green+Blue) = 106+247+192=545 (72% of max value = 765). Red value is 106 (41.80% from 255 or 19.45% from 545); Green value is 247 (96.88% from 255 or 45.32% from 545); Blue value is 192 (75.39% from 255 or 35.23% from 545); Max value from RGB is 247 - color contains mainly: green. Hex color #6AF7C0 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6AF7C0 is #95083F. Grayscale: #C6C6C6. Windows color (decimal): -9766976 or 12646250. OLE color: 12646250.

HSL color Cylindrical-coordinate representation of color #6AF7C0: hue angle of 156.6º degrees, saturation: 0.9, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6AF7C0 is Cyan = 0.57, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.03.

Color convert

RGB106247192-
CMYK0.5700.220.03
HSL156.6º89.81%69.22%-
HSV(B)156.6º57.09%96.86%-
XYZ48.7273.3961.47-
YUV198.57124.2961.97-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 19.45%
GREEN value IS 247 (96.88% from 255) = 45.32%
BLUE value IS 192 (75.39% from 255) = 35.23%
R=19.45%
G=45.32%
B=35.23%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1062471920.5700.220.03156.689.8169.22
Hex6AF7C03901639d5a45
Octal152367300710263235132105
Binary11010101111011111000000111001010110111001110110110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AF7C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,247,192); }

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

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

 a { background-color: rgb(106,247,192); }

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

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

 span { border-color: rgb(106,247,192); }

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