Html Css Color HEX #80ACA2 Sea Nymph

📋 copy color: '#80ACA2'

red 128 ◦ green 172 ◦ blue 162

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

Shades of Sea Nymph #80ACA2

Tints of Sea Nymph #80ACA2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 35.06%

R = 27.71%
G = 37.23%
B = 35.06%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.06

 K value IS 0.33

RGB Variations

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

Color information

#80ACA2 (or 0x80ACA2) is known color: Sea Nymph. HEX triplet: 80, AC and A2. RGB value is (128,172,162). Sum of RGB (Red+Green+Blue) = 128+172+162=462 (61% of max value = 765). Red value is 128 (50.39% from 255 or 27.71% from 462); Green value is 172 (67.58% from 255 or 37.23% from 462); Blue value is 162 (63.67% from 255 or 35.06% from 462); Max value from RGB is 172 - color contains mainly: green. Hex color #80ACA2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #80ACA2 is #7F535D. Grayscale: #9D9D9D. Windows color (decimal): -8344414 or 10660992. OLE color: 10660992.

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

Color convert

RGB 128 172 162 -
CMYK 0.26 0 0.06 0.33
HSL 166.36º 0.21% 0.59% -
HSV(B) 166.36º 0.26% 0.67% -
XYZ 30.18 36.7 39.68 -
YUV 157.7 130.42 106.81 -
System Red Green Blue C M Y K H S L
Decimal 128 172 162 0.26 0 0.06 0.33 166.36 0.21 0.59
Hex 80 AC A2 1A 0 6 21 A6 15 3B
Octal 200 254 242 32 0 6 41 246 25 73
Binary 10000000 10101100 10100010 11010 0 110 100001 10100110 10101 111011

Color Harmonies of #80ACA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80ACA2

Black with #80ACA2

Text Example


Text Example

White with #80ACA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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