Html Css Color HEX #80AFAF Neptune

📋 copy color: '#80AFAF'

red 128 ◦ green 175 ◦ blue 175

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

Shades of Neptune #80AFAF

Tints of Neptune #80AFAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 36.61%

R = 26.78%
G = 36.61%
B = 36.61%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#80AFAF (or 0x80AFAF) is known color: Neptune. HEX triplet: 80, AF and AF. RGB value is (128,175,175). Sum of RGB (Red+Green+Blue) = 128+175+175=478 (63% of max value = 765). Red value is 128 (50.39% from 255 or 26.78% from 478); Green value is 175 (68.75% from 255 or 36.61% from 478); Blue value is 175 (68.75% from 255 or 36.61% from 478); Max value from RGB is 175 - color contains mainly: green, blue. Hex color #80AFAF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #80AFAF is #7F5050. Grayscale: #A0A0A0. Windows color (decimal): -8343633 or 11513728. OLE color: 11513728.

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

Color convert

RGB 128 175 175 -
CMYK 0.27 0 0 0.31
HSL 180º 0.23% 0.59% -
HSV(B) 180º 0.27% 0.69% -
XYZ 31.97 38.34 46.27 -
YUV 160.95 135.93 104.5 -
System Red Green Blue C M Y K H S L
Decimal 128 175 175 0.27 0 0 0.31 180 0.23 0.59
Hex 80 AF AF 1B 0 0 1F B4 17 3B
Octal 200 257 257 33 0 0 37 264 27 73
Binary 10000000 10101111 10101111 11011 0 0 11111 10110100 10111 111011

Color Harmonies of #80AFAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80AFAF

Black with #80AFAF

Text Example


Text Example

White with #80AFAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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