#6EABAE

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

Shades of Neptune #6EABAE

Tints of Neptune #6EABAE

Color information

#6EABAE (or 0x6EABAE) is unknown color: approx Neptune. HEX triplet: 6E, AB and AE. RGB value is (110,171,174). Sum of RGB (Red+Green+Blue) = 110+171+174=455 (60% of max value = 765). Red value is 110 (43.36% from 255 or 24.18% from 455); Green value is 171 (67.19% from 255 or 37.58% from 455); Blue value is 174 (68.36% from 255 or 38.24% from 455); Max value from RGB is 174 - color contains mainly: blue. Hex color #6EABAE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6EABAE is #915451. Grayscale: #999999. Windows color (decimal): -9524306 or 11447150. OLE color: 11447150.

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

Color convert

RGB110171174-
CMYK0.370.0200.32
HSL182.81º28.32%55.69%-
HSV(B)182.81º36.78%68.24%-
XYZ28.6335.545.39-
YUV153.1139.7997.26-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 24.18%
GREEN value IS 171 (67.19% from 255) = 37.58%
BLUE value IS 174 (68.36% from 255) = 38.24%
R=24.18%
G=37.58%
B=38.24%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1101711740.370.0200.32182.8128.3255.69
Hex6EABAE252020b71c38
Octal1562532564520402673470
Binary110111010101011101011101001011001000001011011111100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6EABAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,171,174); }

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

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

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

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

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

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

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