#6EF6CA

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

Shades of Aquamarine #6EF6CA

Tints of Aquamarine #6EF6CA

Color information

#6EF6CA (or 0x6EF6CA) is unknown color: approx Aquamarine. HEX triplet: 6E, F6 and CA. RGB value is (110,246,202). Sum of RGB (Red+Green+Blue) = 110+246+202=558 (73% of max value = 765). Red value is 110 (43.36% from 255 or 19.71% from 558); Green value is 246 (96.48% from 255 or 44.09% from 558); Blue value is 202 (79.30% from 255 or 36.20% from 558); Max value from RGB is 246 - color contains mainly: green. Hex color #6EF6CA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6EF6CA is #910935. Grayscale: #C8C8C8. Windows color (decimal): -9505078 or 13301358. OLE color: 13301358.

HSL color Cylindrical-coordinate representation of color #6EF6CA: hue angle of 160.59º degrees, saturation: 0.88, 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 #6EF6CA is Cyan = 0.55, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.04.

Color convert

RGB110246202-
CMYK0.5500.180.04
HSL160.59º88.31%69.8%-
HSV(B)160.59º55.28%96.47%-
XYZ50.0573.4967.42-
YUV200.32128.9463.58-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 19.71%
GREEN value IS 246 (96.48% from 255) = 44.09%
BLUE value IS 202 (79.30% from 255) = 36.20%
R=19.71%
G=44.09%
B=36.20%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1102462020.5500.180.04160.5988.3169.8
Hex6EF6CA370124a15846
Octal156366312670224241130106
Binary110111011110110110010101101110100101001010000110110001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6EF6CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,246,202); }

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

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

 a { background-color: rgb(110,246,202); }

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

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

 span { border-color: rgb(110,246,202); }

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