#7CAEAB

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

Shades of Neptune #7CAEAB

Tints of Neptune #7CAEAB

Color information

#7CAEAB (or 0x7CAEAB) is unknown color: approx Neptune. HEX triplet: 7C, AE and AB. RGB value is (124,174,171). Sum of RGB (Red+Green+Blue) = 124+174+171=469 (62% of max value = 765). Red value is 124 (48.83% from 255 or 26.44% from 469); Green value is 174 (68.36% from 255 or 37.10% from 469); Blue value is 171 (67.19% from 255 or 36.46% from 469); Max value from RGB is 174 - color contains mainly: green. Hex color #7CAEAB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7CAEAB is #835154. Grayscale: #9E9E9E. Windows color (decimal): -8606037 or 11251324. OLE color: 11251324.

HSL color Cylindrical-coordinate representation of color #7CAEAB: hue angle of 176.4º 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 #7CAEAB is Cyan = 0.29, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.32.

Color convert

RGB124174171-
CMYK0.2900.020.32
HSL176.4º23.58%58.43%-
HSV(B)176.4º28.74%68.24%-
XYZ30.837.544.14-
YUV158.71134.94103.24-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 26.44%
GREEN value IS 174 (68.36% from 255) = 37.10%
BLUE value IS 171 (67.19% from 255) = 36.46%
R=26.44%
G=37.10%
B=36.46%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1241741710.2900.020.32176.423.5858.43
Hex7CAEAB1D0220b0183a
Octal1742562533502402603072
Binary11111001010111010101011111010101000001011000011000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CAEAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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