Html Css Color HEX #80AFAC Neptune

📋 copy color: '#80AFAC'

red 128 ◦ green 175 ◦ blue 172

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

Shades of Neptune #80AFAC

Tints of Neptune #80AFAC

RGB

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

 GREEN value IS 175 (68.75% from 255) = 36.84%

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

R = 26.95%
G = 36.84%
B = 36.21%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.02

 K value IS 0.31

RGB Variations

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

Color information

#80AFAC (or 0x80AFAC) is known color: Neptune. HEX triplet: 80, AF and AC. RGB value is (128,175,172). Sum of RGB (Red+Green+Blue) = 128+175+172=475 (62% of max value = 765). Red value is 128 (50.39% from 255 or 26.95% from 475); Green value is 175 (68.75% from 255 or 36.84% from 475); Blue value is 172 (67.58% from 255 or 36.21% from 475); Max value from RGB is 175 - color contains mainly: green. Hex color #80AFAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #80AFAC is #7F5053. Grayscale: #A0A0A0. Windows color (decimal): -8343636 or 11317120. OLE color: 11317120.

HSL color Cylindrical-coordinate representation of color #80AFAC: hue angle of 176.17º degrees, saturation: 0.23, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #80AFAC is Cyan = 0.27, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.31.

Color convert

RGB 128 175 172 -
CMYK 0.27 0 0.02 0.31
HSL 176.17º 0.23% 0.59% -
HSV(B) 176.17º 0.27% 0.69% -
XYZ 31.68 38.23 44.74 -
YUV 160.61 134.43 104.74 -
System Red Green Blue C M Y K H S L
Decimal 128 175 172 0.27 0 0.02 0.31 176.17 0.23 0.59
Hex 80 AF AC 1B 0 2 1F B0 17 3B
Octal 200 257 254 33 0 2 37 260 27 73
Binary 10000000 10101111 10101100 11011 0 10 11111 10110000 10111 111011

Color Harmonies of #80AFAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80AFAC

Black with #80AFAC

Text Example


Text Example

White with #80AFAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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