Html Css Color HEX #73ADAE Neptune

📋 copy color: '#73ADAE'

red 115 ◦ green 173 ◦ blue 174

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

Shades of Neptune #73ADAE

Tints of Neptune #73ADAE

RGB

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

 GREEN value IS 173 (67.97% from 255) = 37.45%

 BLUE value IS 174 (68.36% from 255) = 37.66%

R = 24.89%
G = 37.45%
B = 37.66%

CMYK

 C value IS 0.34

 M value IS 0.01

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#73ADAE (or 0x73ADAE) is known color: Neptune. HEX triplet: 73, AD and AE. RGB value is (115,173,174). Sum of RGB (Red+Green+Blue) = 115+173+174=462 (61% of max value = 765). Red value is 115 (45.31% from 255 or 24.89% from 462); Green value is 173 (67.97% from 255 or 37.45% from 462); Blue value is 174 (68.36% from 255 or 37.66% from 462); Max value from RGB is 174 - color contains mainly: blue. Hex color #73ADAE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #73ADAE is #8C5251. Grayscale: #9B9B9B. Windows color (decimal): -9196114 or 11447667. OLE color: 11447667.

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

Color convert

RGB 115 173 174 -
CMYK 0.34 0.01 0 0.32
HSL 181.02º 0.27% 0.57% -
HSV(B) 181.02º 0.34% 0.68% -
XYZ 29.65 36.59 45.54 -
YUV 155.77 138.28 98.92 -
System Red Green Blue C M Y K H S L
Decimal 115 173 174 0.34 0.01 0 0.32 181.02 0.27 0.57
Hex 73 AD AE 22 1 0 20 B5 1B 39
Octal 163 255 256 42 1 0 40 265 33 71
Binary 1110011 10101101 10101110 100010 1 0 100000 10110101 11011 111001

Color Harmonies of #73ADAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73ADAE

Black with #73ADAE

Text Example


Text Example

White with #73ADAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,173,174); }

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

background-color css

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

 a { background-color: rgb(115,173,174); }

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

border-color css

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

 span { border-color: rgb(115,173,174); }

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