Html Css Color HEX #80ACA0 Sea Nymph

📋 copy color: '#80ACA0'

red 128 ◦ green 172 ◦ blue 160

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

Shades of Sea Nymph #80ACA0

Tints of Sea Nymph #80ACA0

RGB

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

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

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

R = 27.83%
G = 37.39%
B = 34.78%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.07

 K value IS 0.33

RGB Variations

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

Color information

#80ACA0 (or 0x80ACA0) is known color: Sea Nymph. HEX triplet: 80, AC and A0. RGB value is (128,172,160). Sum of RGB (Red+Green+Blue) = 128+172+160=460 (60% of max value = 765). Red value is 128 (50.39% from 255 or 27.83% from 460); Green value is 172 (67.58% from 255 or 37.39% from 460); Blue value is 160 (62.89% from 255 or 34.78% from 460); Max value from RGB is 172 - color contains mainly: green. Hex color #80ACA0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #80ACA0 is #7F535F. Grayscale: #9D9D9D. Windows color (decimal): -8344416 or 10529920. OLE color: 10529920.

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

Color convert

RGB 128 172 160 -
CMYK 0.26 0 0.07 0.33
HSL 163.64º 0.21% 0.59% -
HSV(B) 163.64º 0.26% 0.67% -
XYZ 30 36.63 38.75 -
YUV 157.48 129.42 106.98 -
System Red Green Blue C M Y K H S L
Decimal 128 172 160 0.26 0 0.07 0.33 163.64 0.21 0.59
Hex 80 AC A0 1A 0 7 21 A4 15 3B
Octal 200 254 240 32 0 7 41 244 25 73
Binary 10000000 10101100 10100000 11010 0 111 100001 10100100 10101 111011

Color Harmonies of #80ACA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80ACA0

Black with #80ACA0

Text Example


Text Example

White with #80ACA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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