#6FACAE

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

Shades of Neptune #6FACAE

Tints of Neptune #6FACAE

Color information

#6FACAE (or 0x6FACAE) is unknown color: approx Neptune. HEX triplet: 6F, AC and AE. RGB value is (111,172,174). Sum of RGB (Red+Green+Blue) = 111+172+174=457 (60% of max value = 765). Red value is 111 (43.75% from 255 or 24.29% from 457); Green value is 172 (67.58% from 255 or 37.64% from 457); Blue value is 174 (68.36% from 255 or 38.07% from 457); Max value from RGB is 174 - color contains mainly: blue. Hex color #6FACAE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6FACAE is #905351. Grayscale: #999999. Windows color (decimal): -9458514 or 11447407. OLE color: 11447407.

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

Color convert

RGB111172174-
CMYK0.360.0100.32
HSL181.9º28%55.88%-
HSV(B)181.9º36.21%68.24%-
XYZ28.9535.9445.46-
YUV153.99139.2997.34-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 24.29%
GREEN value IS 172 (67.58% from 255) = 37.64%
BLUE value IS 174 (68.36% from 255) = 38.07%
R=24.29%
G=37.64%
B=38.07%

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
Decimal1111721740.360.0100.32181.92855.88
Hex6FACAE241020b61c38
Octal1572542564410402663470
Binary11011111010110010101110100100101000001011011011100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FACAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,172,174); }

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

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

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

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

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

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

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