Html Css Color HEX #7BA9AD Neptune

📋 copy color: '#7BA9AD'

red 123 ◦ green 169 ◦ blue 173

#7BA9AD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Neptune #7BA9AD

Tints of Neptune #7BA9AD

RGB

 RED value IS 123 (48.44% from 255) = 26.45%

 GREEN value IS 169 (66.41% from 255) = 36.34%

 BLUE value IS 173 (67.97% from 255) = 37.2%

R = 26.45%
G = 36.34%
B = 37.2%

CMYK

 C value IS 0.29

 M value IS 0.02

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#7BA9AD (or 0x7BA9AD) is known color: Neptune. HEX triplet: 7B, A9 and AD. RGB value is (123,169,173). Sum of RGB (Red+Green+Blue) = 123+169+173=465 (61% of max value = 765). Red value is 123 (48.44% from 255 or 26.45% from 465); Green value is 169 (66.41% from 255 or 36.34% from 465); Blue value is 173 (67.97% from 255 or 37.20% from 465); Max value from RGB is 173 - color contains mainly: blue. Hex color #7BA9AD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7BA9AD is #845652. Grayscale: #9B9B9B. Windows color (decimal): -8672851 or 11381115. OLE color: 11381115.

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

Color convert

RGB 123 169 173 -
CMYK 0.29 0.02 0 0.32
HSL 184.8º 0.23% 0.58% -
HSV(B) 184.8º 0.29% 0.68% -
XYZ 29.9 35.6 44.83 -
YUV 155.7 137.76 104.67 -
System Red Green Blue C M Y K H S L
Decimal 123 169 173 0.29 0.02 0 0.32 184.8 0.23 0.58
Hex 7B A9 AD 1D 2 0 20 B9 17 3A
Octal 173 251 255 35 2 0 40 271 27 72
Binary 1111011 10101001 10101101 11101 10 0 100000 10111001 10111 111010

Color Harmonies of #7BA9AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7BA9AD

Black with #7BA9AD

Text Example


Text Example

White with #7BA9AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #7BA9AD;
 }
 .AnyTagClassName
 {
   color: #7BA9AD;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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