Html Css Color HEX #80ACAA Neptune

📋 copy color: '#80ACAA'

red 128 ◦ green 172 ◦ blue 170

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

Shades of Neptune #80ACAA

Tints of Neptune #80ACAA

RGB

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

 GREEN value IS 172 (67.58% from 255) = 36.6%

 BLUE value IS 170 (66.8% from 255) = 36.17%

R = 27.23%
G = 36.6%
B = 36.17%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.01

 K value IS 0.33

RGB Variations

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

Color information

#80ACAA (or 0x80ACAA) is known color: Neptune. HEX triplet: 80, AC and AA. RGB value is (128,172,170). Sum of RGB (Red+Green+Blue) = 128+172+170=470 (62% of max value = 765). Red value is 128 (50.39% from 255 or 27.23% from 470); Green value is 172 (67.58% from 255 or 36.60% from 470); Blue value is 170 (66.80% from 255 or 36.17% from 470); Max value from RGB is 172 - color contains mainly: green. Hex color #80ACAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #80ACAA is #7F5355. Grayscale: #9E9E9E. Windows color (decimal): -8344406 or 11185280. OLE color: 11185280.

HSL color Cylindrical-coordinate representation of color #80ACAA: hue angle of 177.27º degrees, saturation: 0.21, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #80ACAA is Cyan = 0.26, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.33.

Color convert

RGB 128 172 170 -
CMYK 0.26 0 0.01 0.33
HSL 177.27º 0.21% 0.59% -
HSV(B) 177.27º 0.26% 0.67% -
XYZ 30.91 37 43.54 -
YUV 158.62 134.42 106.16 -
System Red Green Blue C M Y K H S L
Decimal 128 172 170 0.26 0 0.01 0.33 177.27 0.21 0.59
Hex 80 AC AA 1A 0 1 21 B1 15 3B
Octal 200 254 252 32 0 1 41 261 25 73
Binary 10000000 10101100 10101010 11010 0 1 100001 10110001 10101 111011

Color Harmonies of #80ACAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80ACAA

Black with #80ACAA

Text Example


Text Example

White with #80ACAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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