Html Css Color HEX #80AEA0 Sea Nymph

📋 copy color: '#80AEA0'

red 128 ◦ green 174 ◦ blue 160

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

Shades of Sea Nymph #80AEA0

Tints of Sea Nymph #80AEA0

RGB

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

 GREEN value IS 174 (68.36% from 255) = 37.66%

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

R = 27.71%
G = 37.66%
B = 34.63%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.08

 K value IS 0.32

RGB Variations

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

Color information

#80AEA0 (or 0x80AEA0) is known color: Sea Nymph. HEX triplet: 80, AE and A0. RGB value is (128,174,160). Sum of RGB (Red+Green+Blue) = 128+174+160=462 (61% of max value = 765). Red value is 128 (50.39% from 255 or 27.71% from 462); Green value is 174 (68.36% from 255 or 37.66% from 462); Blue value is 160 (62.89% from 255 or 34.63% from 462); Max value from RGB is 174 - color contains mainly: green. Hex color #80AEA0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #80AEA0 is #7F515F. Grayscale: #9E9E9E. Windows color (decimal): -8343904 or 10530432. OLE color: 10530432.

HSL color Cylindrical-coordinate representation of color #80AEA0: hue angle of 161.74º degrees, saturation: 0.22, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #80AEA0 is Cyan = 0.26, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.32.

Color convert

RGB 128 174 160 -
CMYK 0.26 0 0.08 0.32
HSL 161.74º 0.22% 0.59% -
HSV(B) 161.74º 0.26% 0.68% -
XYZ 30.38 37.4 38.88 -
YUV 158.65 128.76 106.14 -
System Red Green Blue C M Y K H S L
Decimal 128 174 160 0.26 0 0.08 0.32 161.74 0.22 0.59
Hex 80 AE A0 1A 0 8 20 A2 16 3B
Octal 200 256 240 32 0 10 40 242 26 73
Binary 10000000 10101110 10100000 11010 0 1000 100000 10100010 10110 111011

Color Harmonies of #80AEA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80AEA0

Black with #80AEA0

Text Example


Text Example

White with #80AEA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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