#7DACAF

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

Shades of Neptune #7DACAF

Tints of Neptune #7DACAF

Color information

#7DACAF (or 0x7DACAF) is unknown color: approx Neptune. HEX triplet: 7D, AC and AF. RGB value is (125,172,175). Sum of RGB (Red+Green+Blue) = 125+172+175=472 (62% of max value = 765). Red value is 125 (49.22% from 255 or 26.48% from 472); Green value is 172 (67.58% from 255 or 36.44% from 472); Blue value is 175 (68.75% from 255 or 37.08% from 472); Max value from RGB is 175 - color contains mainly: blue. Hex color #7DACAF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7DACAF is #825350. Grayscale: #9E9E9E. Windows color (decimal): -8541009 or 11512957. OLE color: 11512957.

HSL color Cylindrical-coordinate representation of color #7DACAF: hue angle of 183.6º degrees, saturation: 0.24, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #7DACAF is Cyan = 0.29, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB125172175-
CMYK0.290.0200.31
HSL183.6º23.81%58.82%-
HSV(B)183.6º28.57%68.63%-
XYZ30.9536.9646.06-
YUV158.29137.43104.26-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 26.48%
GREEN value IS 172 (67.58% from 255) = 36.44%
BLUE value IS 175 (68.75% from 255) = 37.08%
R=26.48%
G=36.44%
B=37.08%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1251721750.290.0200.31183.623.8158.82
Hex7DACAF1D201Fb8183b
Octal1752542573520372703073
Binary1111101101011001010111111101100111111011100011000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DACAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,172,175); }

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

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

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

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

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

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

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