#6EACAC

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

Shades of Neptune #6EACAC

Tints of Neptune #6EACAC

Color information

#6EACAC (or 0x6EACAC) is unknown color: approx Neptune. HEX triplet: 6E, AC and AC. RGB value is (110,172,172). Sum of RGB (Red+Green+Blue) = 110+172+172=454 (60% of max value = 765). Red value is 110 (43.36% from 255 or 24.23% from 454); Green value is 172 (67.58% from 255 or 37.89% from 454); Blue value is 172 (67.58% from 255 or 37.89% from 454); Max value from RGB is 172 - color contains mainly: green, blue. Hex color #6EACAC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6EACAC is #915353. Grayscale: #999999. Windows color (decimal): -9524052 or 11316334. OLE color: 11316334.

HSL color Cylindrical-coordinate representation of color #6EACAC: hue angle of 180º degrees, saturation: 0.27, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #6EACAC is Cyan = 0.36, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB110172172-
CMYK0.36000.33
HSL180º27.19%55.29%-
HSV(B)180º36.05%67.45%-
XYZ28.6335.844.43-
YUV153.46138.4697-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 24.23%
GREEN value IS 172 (67.58% from 255) = 37.89%
BLUE value IS 172 (67.58% from 255) = 37.89%
R=24.23%
G=37.89%
B=37.89%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1101721720.36000.3318027.1955.29
Hex6EACAC240021b41b37
Octal1562542544400412643367
Binary11011101010110010101100100100001000011011010011011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6EACAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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