Html Css Color HEX #73A6AD Neptune

📋 copy color: '#73A6AD'

red 115 ◦ green 166 ◦ blue 173

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

Shades of Neptune #73A6AD

Tints of Neptune #73A6AD

RGB

 RED value IS 115 (45.31% from 255) = 25.33%

 GREEN value IS 166 (65.23% from 255) = 36.56%

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

R = 25.33%
G = 36.56%
B = 38.11%

CMYK

 C value IS 0.34

 M value IS 0.04

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#73A6AD (or 0x73A6AD) is known color: Neptune. HEX triplet: 73, A6 and AD. RGB value is (115,166,173). Sum of RGB (Red+Green+Blue) = 115+166+173=454 (60% of max value = 765). Red value is 115 (45.31% from 255 or 25.33% from 454); Green value is 166 (65.23% from 255 or 36.56% from 454); Blue value is 173 (67.97% from 255 or 38.11% from 454); Max value from RGB is 173 - color contains mainly: blue. Hex color #73A6AD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #73A6AD is #8C5952. Grayscale: #979797. Windows color (decimal): -9197907 or 11380339. OLE color: 11380339.

HSL color Cylindrical-coordinate representation of color #73A6AD: hue angle of 187.24º degrees, saturation: 0.26, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #73A6AD is Cyan = 0.34, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 115 166 173 -
CMYK 0.34 0.04 0 0.32
HSL 187.24º 0.26% 0.56% -
HSV(B) 187.24º 0.34% 0.68% -
XYZ 28.25 33.93 44.6 -
YUV 151.55 140.1 101.93 -
System Red Green Blue C M Y K H S L
Decimal 115 166 173 0.34 0.04 0 0.32 187.24 0.26 0.56
Hex 73 A6 AD 22 4 0 20 BB 1A 38
Octal 163 246 255 42 4 0 40 273 32 70
Binary 1110011 10100110 10101101 100010 100 0 100000 10111011 11010 111000

Color Harmonies of #73A6AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73A6AD

Black with #73A6AD

Text Example


Text Example

White with #73A6AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #73A6AD; }

 p { color: rgb(115,166,173); }

 H1.HeaderClassName
 {
   color: #73A6AD;
 }
 .AnyTagClassName
 {
   color: #73A6AD;
 }
</style>

background-color css

<style>
 a { background-color: #73A6AD; }

 a { background-color: rgb(115,166,173); }

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

border-color css

<style>
 span { border-color: #73A6AD; }

 span { border-color: rgb(115,166,173); }

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