#6EF5B6

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

Shades of Aquamarine #6EF5B6

Tints of Aquamarine #6EF5B6

Color information

#6EF5B6 (or 0x6EF5B6) is unknown color: approx Aquamarine. HEX triplet: 6E, F5 and B6. RGB value is (110,245,182). Sum of RGB (Red+Green+Blue) = 110+245+182=537 (71% of max value = 765). Red value is 110 (43.36% from 255 or 20.48% from 537); Green value is 245 (96.09% from 255 or 45.62% from 537); Blue value is 182 (71.48% from 255 or 33.89% from 537); Max value from RGB is 245 - color contains mainly: green. Hex color #6EF5B6 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6EF5B6 is #910A49. Grayscale: #C5C5C5. Windows color (decimal): -9505354 or 11990382. OLE color: 11990382.

HSL color Cylindrical-coordinate representation of color #6EF5B6: hue angle of 152º degrees, saturation: 0.87, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6EF5B6 is Cyan = 0.55, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.04.

Color convert

RGB110245182-
CMYK0.5500.260.04
HSL152º87.1%69.61%-
HSV(B)152º55.1%96.08%-
XYZ47.537255.65-
YUV197.45119.2765.62-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 20.48%
GREEN value IS 245 (96.09% from 255) = 45.62%
BLUE value IS 182 (71.48% from 255) = 33.89%
R=20.48%
G=45.62%
B=33.89%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1102451820.5500.260.0415287.169.61
Hex6EF5B63701A4985746
Octal156365266670324230127106
Binary110111011110101101101101101110110101001001100010101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6EF5B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,245,182); }

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

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

 a { background-color: rgb(110,245,182); }

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

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

 span { border-color: rgb(110,245,182); }

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