#6FF3B5

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

Shades of Aquamarine #6FF3B5

Tints of Aquamarine #6FF3B5

Color information

#6FF3B5 (or 0x6FF3B5) is unknown color: approx Aquamarine. HEX triplet: 6F, F3 and B5. RGB value is (111,243,181). Sum of RGB (Red+Green+Blue) = 111+243+181=535 (70% of max value = 765). Red value is 111 (43.75% from 255 or 20.75% from 535); Green value is 243 (95.31% from 255 or 45.42% from 535); Blue value is 181 (71.09% from 255 or 33.83% from 535); Max value from RGB is 243 - color contains mainly: green. Hex color #6FF3B5 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6FF3B5 is #900C4A. Grayscale: #C4C4C4. Windows color (decimal): -9440331 or 11924335. OLE color: 11924335.

HSL color Cylindrical-coordinate representation of color #6FF3B5: hue angle of 151.82º degrees, saturation: 0.85, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6FF3B5 is Cyan = 0.54, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.05.

Color convert

RGB111243181-
CMYK0.5400.260.05
HSL151.82º84.62%69.41%-
HSV(B)151.82º54.32%95.29%-
XYZ46.9570.8254.91-
YUV196.46119.2767.04-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 20.75%
GREEN value IS 243 (95.31% from 255) = 45.42%
BLUE value IS 181 (71.09% from 255) = 33.83%
R=20.75%
G=45.42%
B=33.83%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1112431810.5400.260.05151.8284.6269.41
Hex6FF3B53601A5985545
Octal157363265660325230125105
Binary110111111110011101101011101100110101011001100010101011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FF3B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,243,181); }

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

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

 a { background-color: rgb(111,243,181); }

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

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

 span { border-color: rgb(111,243,181); }

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