Html Css Color HEX #80AEAB Neptune

📋 copy color: '#80AEAB'

red 128 ◦ green 174 ◦ blue 171

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

Shades of Neptune #80AEAB

Tints of Neptune #80AEAB

RGB

 RED value IS 128 (50.39% from 255) = 27.06%

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

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

R = 27.06%
G = 36.79%
B = 36.15%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.02

 K value IS 0.32

RGB Variations

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

Color information

#80AEAB (or 0x80AEAB) is known color: Neptune. HEX triplet: 80, AE and AB. RGB value is (128,174,171). Sum of RGB (Red+Green+Blue) = 128+174+171=473 (62% of max value = 765). Red value is 128 (50.39% from 255 or 27.06% from 473); Green value is 174 (68.36% from 255 or 36.79% from 473); Blue value is 171 (67.19% from 255 or 36.15% from 473); Max value from RGB is 174 - color contains mainly: green. Hex color #80AEAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #80AEAB is #7F5154. Grayscale: #9F9F9F. Windows color (decimal): -8343893 or 11251328. OLE color: 11251328.

HSL color Cylindrical-coordinate representation of color #80AEAB: hue angle of 176.09º degrees, saturation: 0.22, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #80AEAB is Cyan = 0.26, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.32.

Color convert

RGB 128 174 171 -
CMYK 0.26 0 0.02 0.32
HSL 176.09º 0.22% 0.59% -
HSV(B) 176.09º 0.26% 0.68% -
XYZ 31.39 37.8 44.17 -
YUV 159.9 134.26 105.24 -
System Red Green Blue C M Y K H S L
Decimal 128 174 171 0.26 0 0.02 0.32 176.09 0.22 0.59
Hex 80 AE AB 1A 0 2 20 B0 16 3B
Octal 200 256 253 32 0 2 40 260 26 73
Binary 10000000 10101110 10101011 11010 0 10 100000 10110000 10110 111011

Color Harmonies of #80AEAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80AEAB

Black with #80AEAB

Text Example


Text Example

White with #80AEAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #80AEAB; }

 p { color: rgb(128,174,171); }

 H1.HeaderClassName
 {
   color: #80AEAB;
 }
 .AnyTagClassName
 {
   color: #80AEAB;
 }
</style>

background-color css

<style>
 a { background-color: #80AEAB; }

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

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

border-color css

<style>
 span { border-color: #80AEAB; }

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

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