#6EFFC8

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

Shades of Aquamarine #6EFFC8

Tints of Aquamarine #6EFFC8

Color information

#6EFFC8 (or 0x6EFFC8) is unknown color: approx Aquamarine. HEX triplet: 6E, FF and C8. RGB value is (110,255,200). Sum of RGB (Red+Green+Blue) = 110+255+200=565 (74% of max value = 765). Red value is 110 (43.36% from 255 or 19.47% from 565); Green value is 255 (100% from 255 or 45.13% from 565); Blue value is 200 (78.52% from 255 or 35.40% from 565); Max value from RGB is 255 - color contains mainly: green. Hex color #6EFFC8 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6EFFC8 is #910037. Grayscale: #CDCDCD. Windows color (decimal): -9502776 or 13172590. OLE color: 13172590.

HSL color Cylindrical-coordinate representation of color #6EFFC8: hue angle of 157.24º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6EFFC8 is Cyan = 0.57, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.

Color convert

RGB110255200-
CMYK0.5700.220
HSL157.24º100%71.57%-
HSV(B)157.24º56.86%100%-
XYZ52.6279.0167.12-
YUV205.38124.9659.97-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 19.47%
GREEN value IS 255 (100% from 255) = 45.13%
BLUE value IS 200 (78.52% from 255) = 35.40%
R=19.47%
G=45.13%
B=35.40%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1102552000.5700.220157.2410071.57
Hex6EFFC83901609d6448
Octal156377310710260235144110
Binary1101110111111111100100011100101011001001110111001001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6EFFC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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