Html Css Color HEX #73ABAB Neptune

📋 copy color: '#73ABAB'

red 115 ◦ green 171 ◦ blue 171

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

Shades of Neptune #73ABAB

Tints of Neptune #73ABAB

RGB

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

 GREEN value IS 171 (67.19% from 255) = 37.42%

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

R = 25.16%
G = 37.42%
B = 37.42%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#73ABAB (or 0x73ABAB) is known color: Neptune. HEX triplet: 73, AB and AB. RGB value is (115,171,171). Sum of RGB (Red+Green+Blue) = 115+171+171=457 (60% of max value = 765). Red value is 115 (45.31% from 255 or 25.16% from 457); Green value is 171 (67.19% from 255 or 37.42% from 457); Blue value is 171 (67.19% from 255 or 37.42% from 457); Max value from RGB is 171 - color contains mainly: green, blue. Hex color #73ABAB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #73ABAB is #8C5454. Grayscale: #9A9A9A. Windows color (decimal): -9196629 or 11250547. OLE color: 11250547.

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

Color convert

RGB 115 171 171 -
CMYK 0.33 0 0 0.33
HSL 180º 0.25% 0.56% -
HSV(B) 180º 0.33% 0.67% -
XYZ 28.98 35.71 43.89 -
YUV 154.26 137.45 100 -
System Red Green Blue C M Y K H S L
Decimal 115 171 171 0.33 0 0 0.33 180 0.25 0.56
Hex 73 AB AB 21 0 0 21 B4 19 38
Octal 163 253 253 41 0 0 41 264 31 70
Binary 1110011 10101011 10101011 100001 0 0 100001 10110100 11001 111000

Color Harmonies of #73ABAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73ABAB

Black with #73ABAB

Text Example


Text Example

White with #73ABAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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