Html Css Color HEX #73AAA9 Neptune

📋 copy color: '#73AAA9'

red 115 ◦ green 170 ◦ blue 169

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

Shades of Neptune #73AAA9

Tints of Neptune #73AAA9

RGB

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

 GREEN value IS 170 (66.8% from 255) = 37.44%

 BLUE value IS 169 (66.41% from 255) = 37.22%

R = 25.33%
G = 37.44%
B = 37.22%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.01

 K value IS 0.33

RGB Variations

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

Color information

#73AAA9 (or 0x73AAA9) is known color: Neptune. HEX triplet: 73, AA and A9. RGB value is (115,170,169). Sum of RGB (Red+Green+Blue) = 115+170+169=454 (60% of max value = 765). Red value is 115 (45.31% from 255 or 25.33% from 454); Green value is 170 (66.80% from 255 or 37.44% from 454); Blue value is 169 (66.41% from 255 or 37.22% from 454); Max value from RGB is 170 - color contains mainly: green. Hex color #73AAA9 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #73AAA9 is #8C5556. Grayscale: #999999. Windows color (decimal): -9196887 or 11119219. OLE color: 11119219.

HSL color Cylindrical-coordinate representation of color #73AAA9: hue angle of 178.91º degrees, saturation: 0.24, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #73AAA9 is Cyan = 0.32, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.33.

Color convert

RGB 115 170 169 -
CMYK 0.32 0 0.01 0.33
HSL 178.91º 0.24% 0.56% -
HSV(B) 178.91º 0.32% 0.67% -
XYZ 28.61 35.26 42.83 -
YUV 153.44 136.78 100.58 -
System Red Green Blue C M Y K H S L
Decimal 115 170 169 0.32 0 0.01 0.33 178.91 0.24 0.56
Hex 73 AA A9 20 0 1 21 B3 18 38
Octal 163 252 251 40 0 1 41 263 30 70
Binary 1110011 10101010 10101001 100000 0 1 100001 10110011 11000 111000

Color Harmonies of #73AAA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73AAA9

Black with #73AAA9

Text Example


Text Example

White with #73AAA9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,170,169); }

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

background-color css

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

 a { background-color: rgb(115,170,169); }

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

border-color css

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

 span { border-color: rgb(115,170,169); }

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