#6AF1AF

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

Shades of Medium Aquamarine #6AF1AF

Tints of Medium Aquamarine #6AF1AF

Color information

#6AF1AF (or 0x6AF1AF) is unknown color: approx Medium Aquamarine. HEX triplet: 6A, F1 and AF. RGB value is (106,241,175). Sum of RGB (Red+Green+Blue) = 106+241+175=522 (69% of max value = 765). Red value is 106 (41.80% from 255 or 20.31% from 522); Green value is 241 (94.53% from 255 or 46.17% from 522); Blue value is 175 (68.75% from 255 or 33.52% from 522); Max value from RGB is 241 - color contains mainly: green. Hex color #6AF1AF is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #6AF1AF is #950E50. Grayscale: #C1C1C1. Windows color (decimal): -9768529 or 11530602. OLE color: 11530602.

HSL color Cylindrical-coordinate representation of color #6AF1AF: hue angle of 150.67º degrees, saturation: 0.83, 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 #6AF1AF is Cyan = 0.56, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.05.

Color convert

RGB106241175-
CMYK0.5600.270.05
HSL150.67º82.82%68.04%-
HSV(B)150.67º56.02%94.51%-
XYZ45.1469.0751.51-
YUV193.11117.7765.87-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 20.31%
GREEN value IS 241 (94.53% from 255) = 46.17%
BLUE value IS 175 (68.75% from 255) = 33.52%
R=20.31%
G=46.17%
B=33.52%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1062411750.5600.270.05150.6782.8268.04
Hex6AF1AF3801B5975344
Octal152361257700335227123104
Binary110101011110001101011111110000110111011001011110100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AF1AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,241,175); }

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

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

 a { background-color: rgb(106,241,175); }

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

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

 span { border-color: rgb(106,241,175); }

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