#6AFFBF

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

Shades of Aquamarine #6AFFBF

Tints of Aquamarine #6AFFBF

Color information

#6AFFBF (or 0x6AFFBF) is unknown color: approx Aquamarine. HEX triplet: 6A, FF and BF. RGB value is (106,255,191). Sum of RGB (Red+Green+Blue) = 106+255+191=552 (73% of max value = 765). Red value is 106 (41.80% from 255 or 19.20% from 552); Green value is 255 (100% from 255 or 46.20% from 552); Blue value is 191 (75% from 255 or 34.60% from 552); Max value from RGB is 255 - color contains mainly: green. Hex color #6AFFBF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6AFFBF is #950040. Grayscale: #CBCBCB. Windows color (decimal): -9764929 or 12582762. OLE color: 12582762.

HSL color Cylindrical-coordinate representation of color #6AFFBF: hue angle of 154.23º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6AFFBF is Cyan = 0.58, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.

Color convert

RGB106255191-
CMYK0.5800.250
HSL154.23º100%70.78%-
HSV(B)154.23º58.43%100%-
XYZ51.1178.3561.72-
YUV203.15121.1458.7-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 19.20%
GREEN value IS 255 (100% from 255) = 46.20%
BLUE value IS 191 (75% from 255) = 34.60%
R=19.20%
G=46.20%
B=34.60%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1062551910.5800.250154.2310070.78
Hex6AFFBF3A01909a6447
Octal152377277720310232144107
Binary1101010111111111011111111101001100101001101011001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AFFBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,255,191); }

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

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

 a { background-color: rgb(106,255,191); }

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

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

 span { border-color: rgb(106,255,191); }

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