#6BFFAA

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

Shades of Aquamarine #6BFFAA

Tints of Aquamarine #6BFFAA

Color information

#6BFFAA (or 0x6BFFAA) is unknown color: approx Aquamarine. HEX triplet: 6B, FF and AA. RGB value is (107,255,170). Sum of RGB (Red+Green+Blue) = 107+255+170=532 (70% of max value = 765). Red value is 107 (42.19% from 255 or 20.11% from 532); Green value is 255 (100% from 255 or 47.93% from 532); Blue value is 170 (66.80% from 255 or 31.95% from 532); Max value from RGB is 255 - color contains mainly: green. Hex color #6BFFAA is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #6BFFAA is #940055. Grayscale: #C9C9C9. Windows color (decimal): -9699414 or 11206507. OLE color: 11206507.

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

Color convert

RGB107255170-
CMYK0.5800.330
HSL145.54º100%70.98%-
HSV(B)145.54º58.04%100%-
XYZ49.0877.5550.41-
YUV201.06110.4760.91-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 20.11%
GREEN value IS 255 (100% from 255) = 47.93%
BLUE value IS 170 (66.80% from 255) = 31.95%
R=20.11%
G=47.93%
B=31.95%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1072551700.5800.330145.5410070.98
Hex6BFFAA3A0210926447
Octal153377252720410222144107
Binary11010111111111110101010111010010000101001001011001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BFFAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,255,170); }

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

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

 a { background-color: rgb(107,255,170); }

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

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

 span { border-color: rgb(107,255,170); }

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