Html Css Color HEX #80AC9D Sea Nymph

📋 copy color: '#80AC9D'

red 128 ◦ green 172 ◦ blue 157

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

Shades of Sea Nymph #80AC9D

Tints of Sea Nymph #80AC9D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 34.35%

R = 28.01%
G = 37.64%
B = 34.35%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.09

 K value IS 0.33

RGB Variations

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

Color information

#80AC9D (or 0x80AC9D) is known color: Sea Nymph. HEX triplet: 80, AC and 9D. RGB value is (128,172,157). Sum of RGB (Red+Green+Blue) = 128+172+157=457 (60% of max value = 765). Red value is 128 (50.39% from 255 or 28.01% from 457); Green value is 172 (67.58% from 255 or 37.64% from 457); Blue value is 157 (61.72% from 255 or 34.35% from 457); Max value from RGB is 172 - color contains mainly: green. Hex color #80AC9D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #80AC9D is #7F5362. Grayscale: #9D9D9D. Windows color (decimal): -8344419 or 10333312. OLE color: 10333312.

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

Color convert

RGB 128 172 157 -
CMYK 0.26 0 0.09 0.33
HSL 159.55º 0.21% 0.59% -
HSV(B) 159.55º 0.26% 0.67% -
XYZ 29.74 36.53 37.38 -
YUV 157.13 127.92 107.22 -
System Red Green Blue C M Y K H S L
Decimal 128 172 157 0.26 0 0.09 0.33 159.55 0.21 0.59
Hex 80 AC 9D 1A 0 9 21 A0 15 3B
Octal 200 254 235 32 0 11 41 240 25 73
Binary 10000000 10101100 10011101 11010 0 1001 100001 10100000 10101 111011

Color Harmonies of #80AC9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80AC9D

Black with #80AC9D

Text Example


Text Example

White with #80AC9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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