#6FF1BE

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

Shades of Aquamarine #6FF1BE

Tints of Aquamarine #6FF1BE

Color information

#6FF1BE (or 0x6FF1BE) is unknown color: approx Aquamarine. HEX triplet: 6F, F1 and BE. RGB value is (111,241,190). Sum of RGB (Red+Green+Blue) = 111+241+190=542 (71% of max value = 765). Red value is 111 (43.75% from 255 or 20.48% from 542); Green value is 241 (94.53% from 255 or 44.46% from 542); Blue value is 190 (74.61% from 255 or 35.06% from 542); Max value from RGB is 241 - color contains mainly: green. Hex color #6FF1BE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6FF1BE is #900E41. Grayscale: #C4C4C4. Windows color (decimal): -9440834 or 12513647. OLE color: 12513647.

HSL color Cylindrical-coordinate representation of color #6FF1BE: hue angle of 156.46º degrees, saturation: 0.82, 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 #6FF1BE is Cyan = 0.54, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.05.

Color convert

RGB111241190-
CMYK0.5400.210.05
HSL156.46º82.28%69.02%-
HSV(B)156.46º53.94%94.51%-
XYZ47.3170.0159.73-
YUV196.32124.4367.15-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 20.48%
GREEN value IS 241 (94.53% from 255) = 44.46%
BLUE value IS 190 (74.61% from 255) = 35.06%
R=20.48%
G=44.46%
B=35.06%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1112411900.5400.210.05156.4682.2869.02
Hex6FF1BE3601559c5245
Octal157361276660255234122105
Binary110111111110001101111101101100101011011001110010100101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FF1BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,241,190); }

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

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

 a { background-color: rgb(111,241,190); }

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

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

 span { border-color: rgb(111,241,190); }

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