#7FACAC

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

Shades of Neptune #7FACAC

Tints of Neptune #7FACAC

Color information

#7FACAC (or 0x7FACAC) is unknown color: approx Neptune. HEX triplet: 7F, AC and AC. RGB value is (127,172,172). Sum of RGB (Red+Green+Blue) = 127+172+172=471 (62% of max value = 765). Red value is 127 (50% from 255 or 26.96% from 471); Green value is 172 (67.58% from 255 or 36.52% from 471); Blue value is 172 (67.58% from 255 or 36.52% from 471); Max value from RGB is 172 - color contains mainly: green, blue. Hex color #7FACAC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7FACAC is #805353. Grayscale: #9E9E9E. Windows color (decimal): -8409940 or 11316351. OLE color: 11316351.

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

Color convert

RGB127172172-
CMYK0.26000.33
HSL180º21.33%58.63%-
HSV(B)180º26.16%67.45%-
XYZ30.953744.54-
YUV158.55135.59105.5-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 26.96%
GREEN value IS 172 (67.58% from 255) = 36.52%
BLUE value IS 172 (67.58% from 255) = 36.52%
R=26.96%
G=36.52%
B=36.52%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1271721720.26000.3318021.3358.63
Hex7FACAC1A0021b4153b
Octal1772542543200412642573
Binary1111111101011001010110011010001000011011010010101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FACAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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