Html Css Color HEX #80AEAC Neptune

📋 copy color: '#80AEAC'

red 128 ◦ green 174 ◦ blue 172

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

Shades of Neptune #80AEAC

Tints of Neptune #80AEAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 36.29%

R = 27%
G = 36.71%
B = 36.29%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.01

 K value IS 0.32

RGB Variations

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

Color information

#80AEAC (or 0x80AEAC) is known color: Neptune. HEX triplet: 80, AE and AC. RGB value is (128,174,172). Sum of RGB (Red+Green+Blue) = 128+174+172=474 (62% of max value = 765). Red value is 128 (50.39% from 255 or 27.00% from 474); Green value is 174 (68.36% from 255 or 36.71% from 474); Blue value is 172 (67.58% from 255 or 36.29% from 474); Max value from RGB is 174 - color contains mainly: green. Hex color #80AEAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #80AEAC is #7F5153. Grayscale: #9F9F9F. Windows color (decimal): -8343892 or 11316864. OLE color: 11316864.

HSL color Cylindrical-coordinate representation of color #80AEAC: hue angle of 177.39º 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 #80AEAC is Cyan = 0.26, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.32.

Color convert

RGB 128 174 172 -
CMYK 0.26 0 0.01 0.32
HSL 177.39º 0.22% 0.59% -
HSV(B) 177.39º 0.26% 0.68% -
XYZ 31.48 37.84 44.67 -
YUV 160.02 134.76 105.16 -
System Red Green Blue C M Y K H S L
Decimal 128 174 172 0.26 0 0.01 0.32 177.39 0.22 0.59
Hex 80 AE AC 1A 0 1 20 B1 16 3B
Octal 200 256 254 32 0 1 40 261 26 73
Binary 10000000 10101110 10101100 11010 0 1 100000 10110001 10110 111011

Color Harmonies of #80AEAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80AEAC

Black with #80AEAC

Text Example


Text Example

White with #80AEAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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