#6AFFBE

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

Shades of Aquamarine #6AFFBE

Tints of Aquamarine #6AFFBE

Color information

#6AFFBE (or 0x6AFFBE) is unknown color: approx Aquamarine. HEX triplet: 6A, FF and BE. RGB value is (106,255,190). Sum of RGB (Red+Green+Blue) = 106+255+190=551 (72% of max value = 765). Red value is 106 (41.80% from 255 or 19.24% from 551); Green value is 255 (100% from 255 or 46.28% from 551); Blue value is 190 (74.61% from 255 or 34.48% from 551); Max value from RGB is 255 - color contains mainly: green. Hex color #6AFFBE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6AFFBE is #950041. Grayscale: #CBCBCB. Windows color (decimal): -9764930 or 12517226. OLE color: 12517226.

HSL color Cylindrical-coordinate representation of color #6AFFBE: hue angle of 153.83º 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 #6AFFBE is Cyan = 0.58, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.

Color convert

RGB106255190-
CMYK0.5800.250
HSL153.83º100%70.78%-
HSV(B)153.83º58.43%100%-
XYZ5178.361.14-
YUV203.04120.6458.79-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 19.24%
GREEN value IS 255 (100% from 255) = 46.28%
BLUE value IS 190 (74.61% from 255) = 34.48%
R=19.24%
G=46.28%
B=34.48%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1062551900.5800.250153.8310070.78
Hex6AFFBE3A01909a6447
Octal152377276720310232144107
Binary1101010111111111011111011101001100101001101011001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AFFBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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