#6EF3BE

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

Shades of Aquamarine #6EF3BE

Tints of Aquamarine #6EF3BE

Color information

#6EF3BE (or 0x6EF3BE) is unknown color: approx Aquamarine. HEX triplet: 6E, F3 and BE. RGB value is (110,243,190). Sum of RGB (Red+Green+Blue) = 110+243+190=543 (71% of max value = 765). Red value is 110 (43.36% from 255 or 20.26% from 543); Green value is 243 (95.31% from 255 or 44.75% from 543); Blue value is 190 (74.61% from 255 or 34.99% from 543); Max value from RGB is 243 - color contains mainly: green. Hex color #6EF3BE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6EF3BE is #910C41. Grayscale: #C5C5C5. Windows color (decimal): -9505858 or 12514158. OLE color: 12514158.

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

Color convert

RGB110243190-
CMYK0.5500.220.05
HSL156.09º84.71%69.22%-
HSV(B)156.09º54.73%95.29%-
XYZ47.7871.1359.93-
YUV197.19123.9465.81-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 20.26%
GREEN value IS 243 (95.31% from 255) = 44.75%
BLUE value IS 190 (74.61% from 255) = 34.99%
R=20.26%
G=44.75%
B=34.99%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1102431900.5500.220.05156.0984.7169.22
Hex6EF3BE3701659c5545
Octal156363276670265234125105
Binary110111011110011101111101101110101101011001110010101011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6EF3BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,243,190); }

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

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

 a { background-color: rgb(110,243,190); }

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

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

 span { border-color: rgb(110,243,190); }

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