Html Css Color HEX #73A5AB Neptune

📋 copy color: '#73A5AB'

red 115 ◦ green 165 ◦ blue 171

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

Shades of Neptune #73A5AB

Tints of Neptune #73A5AB

RGB

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

 GREEN value IS 165 (64.84% from 255) = 36.59%

 BLUE value IS 171 (67.19% from 255) = 37.92%

R = 25.5%
G = 36.59%
B = 37.92%

CMYK

 C value IS 0.33

 M value IS 0.04

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#73A5AB (or 0x73A5AB) is known color: Neptune. HEX triplet: 73, A5 and AB. RGB value is (115,165,171). Sum of RGB (Red+Green+Blue) = 115+165+171=451 (59% of max value = 765). Red value is 115 (45.31% from 255 or 25.50% from 451); Green value is 165 (64.84% from 255 or 36.59% from 451); Blue value is 171 (67.19% from 255 or 37.92% from 451); Max value from RGB is 171 - color contains mainly: blue. Hex color #73A5AB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #73A5AB is #8C5A54. Grayscale: #969696. Windows color (decimal): -9198165 or 11249011. OLE color: 11249011.

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

Color convert

RGB 115 165 171 -
CMYK 0.33 0.04 0 0.33
HSL 186.43º 0.25% 0.56% -
HSV(B) 186.43º 0.33% 0.67% -
XYZ 27.88 33.5 43.52 -
YUV 150.73 139.44 102.51 -
System Red Green Blue C M Y K H S L
Decimal 115 165 171 0.33 0.04 0 0.33 186.43 0.25 0.56
Hex 73 A5 AB 21 4 0 21 BA 19 38
Octal 163 245 253 41 4 0 41 272 31 70
Binary 1110011 10100101 10101011 100001 100 0 100001 10111010 11001 111000

Color Harmonies of #73A5AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73A5AB

Black with #73A5AB

Text Example


Text Example

White with #73A5AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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