#6af9b6

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

Shades of Aquamarine #6AF9B6

Tints of Aquamarine #6AF9B6

Color information

#6AF9B6 (or 0x6AF9B6) is unknown color: approx Aquamarine. HEX triplet: 6A, F9 and B6. RGB value is (106,249,182). Sum of RGB (Red+Green+Blue) = 106+249+182=537 (71% of max value = 765). Red value is 106 (41.80% from 255 or 19.74% from 537); Green value is 249 (97.66% from 255 or 46.37% from 537); Blue value is 182 (71.48% from 255 or 33.89% from 537); Max value from RGB is 249 - color contains mainly: green. Hex color #6AF9B6 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6AF9B6 is #950649. Grayscale: #C6C6C6. Windows color (decimal): -9766474 or 11991402. OLE color: 11991402.

HSL color Cylindrical-coordinate representation of color #6AF9B6: hue angle of 151.89º degrees, saturation: 0.92, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6AF9B6 is Cyan = 0.57, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.02.

Color convert

RGB106249182-
CMYK0.5700.270.02
HSL151.89º92.26%69.61%-
HSV(B)151.89º57.43%97.65%-
XYZ48.2674.1956.03-
YUV198.6118.6261.95-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 19.74%
GREEN value IS 249 (97.66% from 255) = 46.37%
BLUE value IS 182 (71.48% from 255) = 33.89%
R=19.74%
G=46.37%
B=33.89%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1062491820.5700.270.02151.8992.2669.61
Hex6AF9B63901B2985c46
Octal152371266710332230134106
Binary11010101111100110110110111001011011101001100010111001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6af9b6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,249,182); }

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

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

 a { background-color: rgb(106,249,182); }

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

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

 span { border-color: rgb(106,249,182); }

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