#6EF5C8

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

Shades of Aquamarine #6EF5C8

Tints of Aquamarine #6EF5C8

Color information

#6EF5C8 (or 0x6EF5C8) is unknown color: approx Aquamarine. HEX triplet: 6E, F5 and C8. RGB value is (110,245,200). Sum of RGB (Red+Green+Blue) = 110+245+200=555 (73% of max value = 765). Red value is 110 (43.36% from 255 or 19.82% from 555); Green value is 245 (96.09% from 255 or 44.14% from 555); Blue value is 200 (78.52% from 255 or 36.04% from 555); Max value from RGB is 245 - color contains mainly: green. Hex color #6EF5C8 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6EF5C8 is #910A37. Grayscale: #C7C7C7. Windows color (decimal): -9505336 or 13170030. OLE color: 13170030.

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

Color convert

RGB110245200-
CMYK0.5500.180.04
HSL160º87.1%69.61%-
HSV(B)160º55.1%96.08%-
XYZ49.5172.7966.08-
YUV199.5128.2764.16-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 19.82%
GREEN value IS 245 (96.09% from 255) = 44.14%
BLUE value IS 200 (78.52% from 255) = 36.04%
R=19.82%
G=44.14%
B=36.04%

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
Decimal1102452000.5500.180.0416087.169.61
Hex6EF5C8370124a05746
Octal156365310670224240127106
Binary110111011110101110010001101110100101001010000010101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6EF5C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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