#6AF1BC

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

Shades of Aquamarine #6AF1BC

Tints of Aquamarine #6AF1BC

Color information

#6AF1BC (or 0x6AF1BC) is unknown color: approx Aquamarine. HEX triplet: 6A, F1 and BC. RGB value is (106,241,188). Sum of RGB (Red+Green+Blue) = 106+241+188=535 (70% of max value = 765). Red value is 106 (41.80% from 255 or 19.81% from 535); Green value is 241 (94.53% from 255 or 45.05% from 535); Blue value is 188 (73.83% from 255 or 35.14% from 535); Max value from RGB is 241 - color contains mainly: green. Hex color #6AF1BC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6AF1BC is #950E43. Grayscale: #C2C2C2. Windows color (decimal): -9768516 or 12382570. OLE color: 12382570.

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

Color convert

RGB106241188-
CMYK0.5600.220.05
HSL156.44º82.82%68.04%-
HSV(B)156.44º56.02%94.51%-
XYZ46.4869.6158.56-
YUV194.59124.2764.81-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 19.81%
GREEN value IS 241 (94.53% from 255) = 45.05%
BLUE value IS 188 (73.83% from 255) = 35.14%
R=19.81%
G=45.05%
B=35.14%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1062411880.5600.220.05156.4482.8268.04
Hex6AF1BC3801659c5344
Octal152361274700265234123104
Binary110101011110001101111001110000101101011001110010100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AF1BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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