Html Css Color HEX #73AAAC Neptune

📋 copy color: '#73AAAC'

red 115 ◦ green 170 ◦ blue 172

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

Shades of Neptune #73AAAC

Tints of Neptune #73AAAC

RGB

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

 GREEN value IS 170 (66.8% from 255) = 37.2%

 BLUE value IS 172 (67.58% from 255) = 37.64%

R = 25.16%
G = 37.2%
B = 37.64%

CMYK

 C value IS 0.33

 M value IS 0.01

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#73AAAC (or 0x73AAAC) is known color: Neptune. HEX triplet: 73, AA and AC. RGB value is (115,170,172). Sum of RGB (Red+Green+Blue) = 115+170+172=457 (60% of max value = 765). Red value is 115 (45.31% from 255 or 25.16% from 457); Green value is 170 (66.80% from 255 or 37.20% from 457); Blue value is 172 (67.58% from 255 or 37.64% from 457); Max value from RGB is 172 - color contains mainly: blue. Hex color #73AAAC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #73AAAC is #8C5553. Grayscale: #999999. Windows color (decimal): -9196884 or 11315827. OLE color: 11315827.

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

Color convert

RGB 115 170 172 -
CMYK 0.33 0.01 0 0.33
HSL 182.11º 0.26% 0.56% -
HSV(B) 182.11º 0.33% 0.67% -
XYZ 28.89 35.37 44.33 -
YUV 153.78 138.28 100.34 -
System Red Green Blue C M Y K H S L
Decimal 115 170 172 0.33 0.01 0 0.33 182.11 0.26 0.56
Hex 73 AA AC 21 1 0 21 B6 1A 38
Octal 163 252 254 41 1 0 41 266 32 70
Binary 1110011 10101010 10101100 100001 1 0 100001 10110110 11010 111000

Color Harmonies of #73AAAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73AAAC

Black with #73AAAC

Text Example


Text Example

White with #73AAAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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