Html Css Color HEX #73ABAA Neptune

📋 copy color: '#73ABAA'

red 115 ◦ green 171 ◦ blue 170

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

Shades of Neptune #73ABAA

Tints of Neptune #73ABAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 37.28%

R = 25.22%
G = 37.5%
B = 37.28%

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

#73ABAA (or 0x73ABAA) is known color: Neptune. HEX triplet: 73, AB and AA. RGB value is (115,171,170). Sum of RGB (Red+Green+Blue) = 115+171+170=456 (60% of max value = 765). Red value is 115 (45.31% from 255 or 25.22% from 456); Green value is 171 (67.19% from 255 or 37.5% from 456); Blue value is 170 (66.80% from 255 or 37.28% from 456); Max value from RGB is 171 - color contains mainly: green. Hex color #73ABAA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #73ABAA is #8C5455. Grayscale: #9A9A9A. Windows color (decimal): -9196630 or 11185011. OLE color: 11185011.

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

Color convert

RGB 115 171 170 -
CMYK 0.33 0 0.01 0.33
HSL 178.93º 0.25% 0.56% -
HSV(B) 178.93º 0.33% 0.67% -
XYZ 28.89 35.67 43.39 -
YUV 154.14 136.95 100.08 -
System Red Green Blue C M Y K H S L
Decimal 115 171 170 0.33 0 0.01 0.33 178.93 0.25 0.56
Hex 73 AB AA 21 0 1 21 B3 19 38
Octal 163 253 252 41 0 1 41 263 31 70
Binary 1110011 10101011 10101010 100001 0 1 100001 10110011 11001 111000

Color Harmonies of #73ABAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73ABAA

Black with #73ABAA

Text Example


Text Example

White with #73ABAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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