#7DAEAE

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

Shades of Neptune #7DAEAE

Tints of Neptune #7DAEAE

Color information

#7DAEAE (or 0x7DAEAE) is unknown color: approx Neptune. HEX triplet: 7D, AE and AE. RGB value is (125,174,174). Sum of RGB (Red+Green+Blue) = 125+174+174=473 (62% of max value = 765). Red value is 125 (49.22% from 255 or 26.43% from 473); Green value is 174 (68.36% from 255 or 36.79% from 473); Blue value is 174 (68.36% from 255 or 36.79% from 473); Max value from RGB is 174 - color contains mainly: green, blue. Hex color #7DAEAE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7DAEAE is #825151. Grayscale: #9F9F9F. Windows color (decimal): -8540498 or 11447933. OLE color: 11447933.

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

Color convert

RGB125174174-
CMYK0.28000.32
HSL180º23.22%58.63%-
HSV(B)180º28.16%68.24%-
XYZ31.2337.6945.67-
YUV159.35136.27103.5-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 26.43%
GREEN value IS 174 (68.36% from 255) = 36.79%
BLUE value IS 174 (68.36% from 255) = 36.79%
R=26.43%
G=36.79%
B=36.79%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1251741740.28000.3218023.2258.63
Hex7DAEAE1C0020b4173b
Octal1752562563400402642773
Binary1111101101011101010111011100001000001011010010111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DAEAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,174,174); }

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

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

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

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

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

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

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