#7BADAE

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

Shades of Neptune #7BADAE

Tints of Neptune #7BADAE

Color information

#7BADAE (or 0x7BADAE) is unknown color: approx Neptune. HEX triplet: 7B, AD and AE. RGB value is (123,173,174). Sum of RGB (Red+Green+Blue) = 123+173+174=470 (62% of max value = 765). Red value is 123 (48.44% from 255 or 26.17% from 470); Green value is 173 (67.97% from 255 or 36.81% from 470); Blue value is 174 (68.36% from 255 or 37.02% from 470); Max value from RGB is 174 - color contains mainly: blue. Hex color #7BADAE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7BADAE is #845251. Grayscale: #9E9E9E. Windows color (decimal): -8671826 or 11447675. OLE color: 11447675.

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

Color convert

RGB123173174-
CMYK0.290.0100.32
HSL181.18º23.94%58.24%-
HSV(B)181.18º29.31%68.24%-
XYZ30.7537.1545.6-
YUV158.16136.94102.92-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 26.17%
GREEN value IS 173 (67.97% from 255) = 36.81%
BLUE value IS 174 (68.36% from 255) = 37.02%
R=26.17%
G=36.81%
B=37.02%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1231731740.290.0100.32181.1823.9458.24
Hex7BADAE1D1020b5183a
Octal1732552563510402653072
Binary1111011101011011010111011101101000001011010111000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BADAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,173,174); }

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

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

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

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

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

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

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