Html Css Color HEX #73A8AA Neptune

📋 copy color: '#73A8AA'

red 115 ◦ green 168 ◦ blue 170

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

Shades of Neptune #73A8AA

Tints of Neptune #73A8AA

RGB

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

 GREEN value IS 168 (66.02% from 255) = 37.09%

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

R = 25.39%
G = 37.09%
B = 37.53%

CMYK

 C value IS 0.32

 M value IS 0.01

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#73A8AA (or 0x73A8AA) is known color: Neptune. HEX triplet: 73, A8 and AA. RGB value is (115,168,170). Sum of RGB (Red+Green+Blue) = 115+168+170=453 (60% of max value = 765). Red value is 115 (45.31% from 255 or 25.39% from 453); Green value is 168 (66.02% from 255 or 37.09% from 453); Blue value is 170 (66.80% from 255 or 37.53% from 453); Max value from RGB is 170 - color contains mainly: blue. Hex color #73A8AA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #73A8AA is #8C5755. Grayscale: #989898. Windows color (decimal): -9197398 or 11184243. OLE color: 11184243.

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

Color convert

RGB 115 168 170 -
CMYK 0.32 0.01 0 0.33
HSL 182.18º 0.24% 0.56% -
HSV(B) 182.18º 0.32% 0.67% -
XYZ 28.33 34.55 43.21 -
YUV 152.38 137.94 101.34 -
System Red Green Blue C M Y K H S L
Decimal 115 168 170 0.32 0.01 0 0.33 182.18 0.24 0.56
Hex 73 A8 AA 20 1 0 21 B6 18 38
Octal 163 250 252 40 1 0 41 266 30 70
Binary 1110011 10101000 10101010 100000 1 0 100001 10110110 11000 111000

Color Harmonies of #73A8AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73A8AA

Black with #73A8AA

Text Example


Text Example

White with #73A8AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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