Html Css Color HEX #73A6AA Neptune

📋 copy color: '#73A6AA'

red 115 ◦ green 166 ◦ blue 170

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

Shades of Neptune #73A6AA

Tints of Neptune #73A6AA

RGB

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

 GREEN value IS 166 (65.23% from 255) = 36.81%

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

R = 25.5%
G = 36.81%
B = 37.69%

CMYK

 C value IS 0.32

 M value IS 0.02

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#73A6AA (or 0x73A6AA) is known color: Neptune. HEX triplet: 73, A6 and AA. RGB value is (115,166,170). Sum of RGB (Red+Green+Blue) = 115+166+170=451 (59% of max value = 765). Red value is 115 (45.31% from 255 or 25.50% from 451); Green value is 166 (65.23% from 255 or 36.81% from 451); Blue value is 170 (66.80% from 255 or 37.69% from 451); Max value from RGB is 170 - color contains mainly: blue. Hex color #73A6AA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #73A6AA is #8C5955. Grayscale: #979797. Windows color (decimal): -9197910 or 11183731. OLE color: 11183731.

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

Color convert

RGB 115 166 170 -
CMYK 0.32 0.02 0 0.33
HSL 184.36º 0.24% 0.56% -
HSV(B) 184.36º 0.32% 0.67% -
XYZ 27.96 33.82 43.08 -
YUV 151.21 138.6 102.17 -
System Red Green Blue C M Y K H S L
Decimal 115 166 170 0.32 0.02 0 0.33 184.36 0.24 0.56
Hex 73 A6 AA 20 2 0 21 B8 18 38
Octal 163 246 252 40 2 0 41 270 30 70
Binary 1110011 10100110 10101010 100000 10 0 100001 10111000 11000 111000

Color Harmonies of #73A6AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73A6AA

Black with #73A6AA

Text Example


Text Example

White with #73A6AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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