Html Css Color HEX #80AC9F Sea Nymph

📋 copy color: '#80AC9F'

red 128 ◦ green 172 ◦ blue 159

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

Shades of Sea Nymph #80AC9F

Tints of Sea Nymph #80AC9F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 34.64%

R = 27.89%
G = 37.47%
B = 34.64%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.08

 K value IS 0.33

RGB Variations

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

Color information

#80AC9F (or 0x80AC9F) is known color: Sea Nymph. HEX triplet: 80, AC and 9F. RGB value is (128,172,159). Sum of RGB (Red+Green+Blue) = 128+172+159=459 (60% of max value = 765). Red value is 128 (50.39% from 255 or 27.89% from 459); Green value is 172 (67.58% from 255 or 37.47% from 459); Blue value is 159 (62.5% from 255 or 34.64% from 459); Max value from RGB is 172 - color contains mainly: green. Hex color #80AC9F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #80AC9F is #7F5360. Grayscale: #9D9D9D. Windows color (decimal): -8344417 or 10464384. OLE color: 10464384.

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

Color convert

RGB 128 172 159 -
CMYK 0.26 0 0.08 0.33
HSL 162.27º 0.21% 0.59% -
HSV(B) 162.27º 0.26% 0.67% -
XYZ 29.91 36.6 38.29 -
YUV 157.36 128.92 107.06 -
System Red Green Blue C M Y K H S L
Decimal 128 172 159 0.26 0 0.08 0.33 162.27 0.21 0.59
Hex 80 AC 9F 1A 0 8 21 A2 15 3B
Octal 200 254 237 32 0 10 41 242 25 73
Binary 10000000 10101100 10011111 11010 0 1000 100001 10100010 10101 111011

Color Harmonies of #80AC9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80AC9F

Black with #80AC9F

Text Example


Text Example

White with #80AC9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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