#6EACAD

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

Shades of Neptune #6EACAD

Tints of Neptune #6EACAD

Color information

#6EACAD (or 0x6EACAD) is unknown color: approx Neptune. HEX triplet: 6E, AC and AD. RGB value is (110,172,173). Sum of RGB (Red+Green+Blue) = 110+172+173=455 (60% of max value = 765). Red value is 110 (43.36% from 255 or 24.18% from 455); Green value is 172 (67.58% from 255 or 37.80% from 455); Blue value is 173 (67.97% from 255 or 38.02% from 455); Max value from RGB is 173 - color contains mainly: blue. Hex color #6EACAD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6EACAD is #915352. Grayscale: #999999. Windows color (decimal): -9524051 or 11381870. OLE color: 11381870.

HSL color Cylindrical-coordinate representation of color #6EACAD: hue angle of 180.95º degrees, saturation: 0.28, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #6EACAD is Cyan = 0.36, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB110172173-
CMYK0.360.0100.32
HSL180.95º27.75%55.49%-
HSV(B)180.95º36.42%67.84%-
XYZ28.7335.8444.94-
YUV153.58138.9696.92-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 24.18%
GREEN value IS 172 (67.58% from 255) = 37.80%
BLUE value IS 173 (67.97% from 255) = 38.02%
R=24.18%
G=37.80%
B=38.02%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1101721730.360.0100.32180.9527.7555.49
Hex6EACAD241020b51c37
Octal1562542554410402653467
Binary11011101010110010101101100100101000001011010111100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6EACAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,172,173); }

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

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

 a { background-color: rgb(110,172,173); }

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

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

 span { border-color: rgb(110,172,173); }

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