Html Css Color HEX #80ABA0 Sea Nymph

📋 copy color: '#80ABA0'

red 128 ◦ green 171 ◦ blue 160

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

Shades of Sea Nymph #80ABA0

Tints of Sea Nymph #80ABA0

RGB

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

 GREEN value IS 171 (67.19% from 255) = 37.25%

 BLUE value IS 160 (62.89% from 255) = 34.86%

R = 27.89%
G = 37.25%
B = 34.86%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.06

 K value IS 0.33

RGB Variations

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

Color information

#80ABA0 (or 0x80ABA0) is known color: Sea Nymph. HEX triplet: 80, AB and A0. RGB value is (128,171,160). Sum of RGB (Red+Green+Blue) = 128+171+160=459 (60% of max value = 765). Red value is 128 (50.39% from 255 or 27.89% from 459); Green value is 171 (67.19% from 255 or 37.25% from 459); Blue value is 160 (62.89% from 255 or 34.86% from 459); Max value from RGB is 171 - color contains mainly: green. Hex color #80ABA0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #80ABA0 is #7F545F. Grayscale: #9C9C9C. Windows color (decimal): -8344672 or 10529664. OLE color: 10529664.

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

Color convert

RGB 128 171 160 -
CMYK 0.25 0 0.06 0.33
HSL 164.65º 0.2% 0.59% -
HSV(B) 164.65º 0.25% 0.67% -
XYZ 29.81 36.25 38.68 -
YUV 156.89 129.75 107.39 -
System Red Green Blue C M Y K H S L
Decimal 128 171 160 0.25 0 0.06 0.33 164.65 0.2 0.59
Hex 80 AB A0 19 0 6 21 A5 14 3B
Octal 200 253 240 31 0 6 41 245 24 73
Binary 10000000 10101011 10100000 11001 0 110 100001 10100101 10100 111011

Color Harmonies of #80ABA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80ABA0

Black with #80ABA0

Text Example


Text Example

White with #80ABA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,171,160); }

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

background-color css

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

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

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

border-color css

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

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

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