Html Css Color HEX #73AAAB Neptune

📋 copy color: '#73AAAB'

red 115 ◦ green 170 ◦ blue 171

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

Shades of Neptune #73AAAB

Tints of Neptune #73AAAB

RGB

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

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

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

R = 25.22%
G = 37.28%
B = 37.5%

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

#73AAAB (or 0x73AAAB) is known color: Neptune. HEX triplet: 73, AA and AB. RGB value is (115,170,171). Sum of RGB (Red+Green+Blue) = 115+170+171=456 (60% of max value = 765). Red value is 115 (45.31% from 255 or 25.22% from 456); Green value is 170 (66.80% from 255 or 37.28% from 456); Blue value is 171 (67.19% from 255 or 37.5% from 456); Max value from RGB is 171 - color contains mainly: blue. Hex color #73AAAB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #73AAAB is #8C5554. Grayscale: #999999. Windows color (decimal): -9196885 or 11250291. OLE color: 11250291.

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

Color convert

RGB 115 170 171 -
CMYK 0.33 0.01 0 0.33
HSL 181.07º 0.25% 0.56% -
HSV(B) 181.07º 0.33% 0.67% -
XYZ 28.8 35.33 43.83 -
YUV 153.67 137.78 100.42 -
System Red Green Blue C M Y K H S L
Decimal 115 170 171 0.33 0.01 0 0.33 181.07 0.25 0.56
Hex 73 AA AB 21 1 0 21 B5 19 38
Octal 163 252 253 41 1 0 41 265 31 70
Binary 1110011 10101010 10101011 100001 1 0 100001 10110101 11001 111000

Color Harmonies of #73AAAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73AAAB

Black with #73AAAB

Text Example


Text Example

White with #73AAAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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