Html Css Color HEX #73ABA9 Neptune

📋 copy color: '#73ABA9'

red 115 ◦ green 171 ◦ blue 169

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

Shades of Neptune #73ABA9

Tints of Neptune #73ABA9

RGB

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

 GREEN value IS 171 (67.19% from 255) = 37.58%

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

R = 25.27%
G = 37.58%
B = 37.14%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.01

 K value IS 0.33

RGB Variations

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

Color information

#73ABA9 (or 0x73ABA9) is known color: Neptune. HEX triplet: 73, AB and A9. RGB value is (115,171,169). Sum of RGB (Red+Green+Blue) = 115+171+169=455 (60% of max value = 765). Red value is 115 (45.31% from 255 or 25.27% from 455); Green value is 171 (67.19% from 255 or 37.58% from 455); Blue value is 169 (66.41% from 255 or 37.14% from 455); Max value from RGB is 171 - color contains mainly: green. Hex color #73ABA9 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #73ABA9 is #8C5456. Grayscale: #999999. Windows color (decimal): -9196631 or 11119475. OLE color: 11119475.

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

Color convert

RGB 115 171 169 -
CMYK 0.33 0 0.01 0.33
HSL 177.86º 0.25% 0.56% -
HSV(B) 177.86º 0.33% 0.67% -
XYZ 28.79 35.64 42.9 -
YUV 154.03 136.45 100.16 -
System Red Green Blue C M Y K H S L
Decimal 115 171 169 0.33 0 0.01 0.33 177.86 0.25 0.56
Hex 73 AB A9 21 0 1 21 B2 19 38
Octal 163 253 251 41 0 1 41 262 31 70
Binary 1110011 10101011 10101001 100001 0 1 100001 10110010 11001 111000

Color Harmonies of #73ABA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73ABA9

Black with #73ABA9

Text Example


Text Example

White with #73ABA9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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