Html Css Color HEX #73A0AF Neptune

📋 copy color: '#73A0AF'

red 115 ◦ green 160 ◦ blue 175

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

Shades of Neptune #73A0AF

Tints of Neptune #73A0AF

RGB

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

 GREEN value IS 160 (62.89% from 255) = 35.56%

 BLUE value IS 175 (68.75% from 255) = 38.89%

R = 25.56%
G = 35.56%
B = 38.89%

CMYK

 C value IS 0.34

 M value IS 0.09

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#73A0AF (or 0x73A0AF) is known color: Neptune. HEX triplet: 73, A0 and AF. RGB value is (115,160,175). Sum of RGB (Red+Green+Blue) = 115+160+175=450 (59% of max value = 765). Red value is 115 (45.31% from 255 or 25.56% from 450); Green value is 160 (62.89% from 255 or 35.56% from 450); Blue value is 175 (68.75% from 255 or 38.89% from 450); Max value from RGB is 175 - color contains mainly: blue. Hex color #73A0AF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #73A0AF is #8C5F50. Grayscale: #949494. Windows color (decimal): -9199441 or 11509875. OLE color: 11509875.

HSL color Cylindrical-coordinate representation of color #73A0AF: hue angle of 195º degrees, saturation: 0.27, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #73A0AF is Cyan = 0.34, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 115 160 175 -
CMYK 0.34 0.09 0 0.31
HSL 195º 0.27% 0.57% -
HSV(B) 195º 0.34% 0.69% -
XYZ 27.38 31.88 45.27 -
YUV 148.26 143.09 104.28 -
System Red Green Blue C M Y K H S L
Decimal 115 160 175 0.34 0.09 0 0.31 195 0.27 0.57
Hex 73 A0 AF 22 9 0 1F C3 1B 39
Octal 163 240 257 42 11 0 37 303 33 71
Binary 1110011 10100000 10101111 100010 1001 0 11111 11000011 11011 111001

Color Harmonies of #73A0AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73A0AF

Black with #73A0AF

Text Example


Text Example

White with #73A0AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,160,175); }

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

background-color css

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

 a { background-color: rgb(115,160,175); }

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

border-color css

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

 span { border-color: rgb(115,160,175); }

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