#6FACAC

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

Shades of Neptune #6FACAC

Tints of Neptune #6FACAC

Color information

#6FACAC (or 0x6FACAC) is unknown color: approx Neptune. HEX triplet: 6F, AC and AC. RGB value is (111,172,172). Sum of RGB (Red+Green+Blue) = 111+172+172=455 (60% of max value = 765). Red value is 111 (43.75% from 255 or 24.40% from 455); Green value is 172 (67.58% from 255 or 37.80% from 455); Blue value is 172 (67.58% from 255 or 37.80% from 455); Max value from RGB is 172 - color contains mainly: green, blue. Hex color #6FACAC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6FACAC is #905353. Grayscale: #999999. Windows color (decimal): -9458516 or 11316335. OLE color: 11316335.

HSL color Cylindrical-coordinate representation of color #6FACAC: 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.35%. Process color model (Four color, CMYK) of #6FACAC is Cyan = 0.35, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB111172172-
CMYK0.35000.33
HSL180º26.87%55.49%-
HSV(B)180º35.47%67.45%-
XYZ28.7535.8644.44-
YUV153.76138.2997.5-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 24.40%
GREEN value IS 172 (67.58% from 255) = 37.80%
BLUE value IS 172 (67.58% from 255) = 37.80%
R=24.40%
G=37.80%
B=37.80%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1111721720.35000.3318026.8755.49
Hex6FACAC230021b41b37
Octal1572542544300412643367
Binary11011111010110010101100100011001000011011010011011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FACAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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