#6FACAF

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

Shades of Neptune #6FACAF

Tints of Neptune #6FACAF

Color information

#6FACAF (or 0x6FACAF) is unknown color: approx Neptune. HEX triplet: 6F, AC and AF. RGB value is (111,172,175). Sum of RGB (Red+Green+Blue) = 111+172+175=458 (60% of max value = 765). Red value is 111 (43.75% from 255 or 24.24% from 458); Green value is 172 (67.58% from 255 or 37.55% from 458); Blue value is 175 (68.75% from 255 or 38.21% from 458); Max value from RGB is 175 - color contains mainly: blue. Hex color #6FACAF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6FACAF is #905350. Grayscale: #9A9A9A. Windows color (decimal): -9458513 or 11512943. OLE color: 11512943.

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

Color convert

RGB111172175-
CMYK0.370.0200.31
HSL182.81º28.57%56.08%-
HSV(B)182.81º36.57%68.63%-
XYZ29.0535.9845.97-
YUV154.1139.7997.26-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 24.24%
GREEN value IS 172 (67.58% from 255) = 37.55%
BLUE value IS 175 (68.75% from 255) = 38.21%
R=24.24%
G=37.55%
B=38.21%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1111721750.370.0200.31182.8128.5756.08
Hex6FACAF25201Fb71d38
Octal1572542574520372673570
Binary11011111010110010101111100101100111111011011111101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FACAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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