#7CAEAC

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

Shades of Neptune #7CAEAC

Tints of Neptune #7CAEAC

Color information

#7CAEAC (or 0x7CAEAC) is unknown color: approx Neptune. HEX triplet: 7C, AE and AC. RGB value is (124,174,172). Sum of RGB (Red+Green+Blue) = 124+174+172=470 (62% of max value = 765). Red value is 124 (48.83% from 255 or 26.38% from 470); Green value is 174 (68.36% from 255 or 37.02% from 470); Blue value is 172 (67.58% from 255 or 36.60% from 470); Max value from RGB is 174 - color contains mainly: green. Hex color #7CAEAC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7CAEAC is #835153. Grayscale: #9E9E9E. Windows color (decimal): -8606036 or 11316860. OLE color: 11316860.

HSL color Cylindrical-coordinate representation of color #7CAEAC: hue angle of 177.6º degrees, saturation: 0.24, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #7CAEAC is Cyan = 0.29, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.32.

Color convert

RGB124174172-
CMYK0.2900.010.32
HSL177.6º23.58%58.43%-
HSV(B)177.6º28.74%68.24%-
XYZ30.8937.5444.65-
YUV158.82135.44103.16-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 26.38%
GREEN value IS 174 (68.36% from 255) = 37.02%
BLUE value IS 172 (67.58% from 255) = 36.60%
R=26.38%
G=37.02%
B=36.60%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1241741720.2900.010.32177.623.5858.43
Hex7CAEAC1D0120b2183a
Octal1742562543501402623072
Binary1111100101011101010110011101011000001011001011000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CAEAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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