#6EF3DC

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

Shades of Aquamarine #6EF3DC

Tints of Aquamarine #6EF3DC

Color information

#6EF3DC (or 0x6EF3DC) is unknown color: approx Aquamarine. HEX triplet: 6E, F3 and DC. RGB value is (110,243,220). Sum of RGB (Red+Green+Blue) = 110+243+220=573 (75% of max value = 765). Red value is 110 (43.36% from 255 or 19.20% from 573); Green value is 243 (95.31% from 255 or 42.41% from 573); Blue value is 220 (86.33% from 255 or 38.39% from 573); Max value from RGB is 243 - color contains mainly: green. Hex color #6EF3DC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6EF3DC is #910C23. Grayscale: #C8C8C8. Windows color (decimal): -9505828 or 14480238. OLE color: 14480238.

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

Color convert

RGB110243220-
CMYK0.5500.090.05
HSL169.62º84.71%69.22%-
HSV(B)169.62º54.73%95.29%-
XYZ51.472.5879.01-
YUV200.61138.9463.37-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 19.20%
GREEN value IS 243 (95.31% from 255) = 42.41%
BLUE value IS 220 (86.33% from 255) = 38.39%
R=19.20%
G=42.41%
B=38.39%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1102432200.5500.090.05169.6284.7169.22
Hex6EF3DC37095aa5545
Octal156363334670115252125105
Binary11011101111001111011100110111010011011010101010101011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6EF3DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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