Html Css Color HEX #73AEAE Neptune

📋 copy color: '#73AEAE'

red 115 ◦ green 174 ◦ blue 174

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

Shades of Neptune #73AEAE

Tints of Neptune #73AEAE

RGB

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

 GREEN value IS 174 (68.36% from 255) = 37.58%

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

R = 24.84%
G = 37.58%
B = 37.58%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#73AEAE (or 0x73AEAE) is known color: Neptune. HEX triplet: 73, AE and AE. RGB value is (115,174,174). Sum of RGB (Red+Green+Blue) = 115+174+174=463 (61% of max value = 765). Red value is 115 (45.31% from 255 or 24.84% from 463); Green value is 174 (68.36% from 255 or 37.58% from 463); Blue value is 174 (68.36% from 255 or 37.58% from 463); Max value from RGB is 174 - color contains mainly: green, blue. Hex color #73AEAE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #73AEAE is #8C5151. Grayscale: #9C9C9C. Windows color (decimal): -9195858 or 11447923. OLE color: 11447923.

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

Color convert

RGB 115 174 174 -
CMYK 0.34 0 0 0.32
HSL 180º 0.27% 0.57% -
HSV(B) 180º 0.34% 0.68% -
XYZ 29.85 36.97 45.61 -
YUV 156.36 137.95 98.5 -
System Red Green Blue C M Y K H S L
Decimal 115 174 174 0.34 0 0 0.32 180 0.27 0.57
Hex 73 AE AE 22 0 0 20 B4 1B 39
Octal 163 256 256 42 0 0 40 264 33 71
Binary 1110011 10101110 10101110 100010 0 0 100000 10110100 11011 111001

Color Harmonies of #73AEAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73AEAE

Black with #73AEAE

Text Example


Text Example

White with #73AEAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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