Html Css Color HEX #80B4A4 Sea Nymph

📋 copy color: '#80B4A4'

red 128 ◦ green 180 ◦ blue 164

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

Shades of Sea Nymph #80B4A4

Tints of Sea Nymph #80B4A4

RGB

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

 GREEN value IS 180 (70.7% from 255) = 38.14%

 BLUE value IS 164 (64.45% from 255) = 34.75%

R = 27.12%
G = 38.14%
B = 34.75%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.09

 K value IS 0.29

RGB Variations

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

Color information

#80B4A4 (or 0x80B4A4) is known color: Sea Nymph. HEX triplet: 80, B4 and A4. RGB value is (128,180,164). Sum of RGB (Red+Green+Blue) = 128+180+164=472 (62% of max value = 765). Red value is 128 (50.39% from 255 or 27.12% from 472); Green value is 180 (70.70% from 255 or 38.14% from 472); Blue value is 164 (64.45% from 255 or 34.75% from 472); Max value from RGB is 180 - color contains mainly: green. Hex color #80B4A4 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #80B4A4 is #7F4B5B. Grayscale: #A2A2A2. Windows color (decimal): -8342364 or 10794112. OLE color: 10794112.

HSL color Cylindrical-coordinate representation of color #80B4A4: hue angle of 161.54º degrees, saturation: 0.26, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #80B4A4 is Cyan = 0.29, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.29.

Color convert

RGB 128 180 164 -
CMYK 0.29 0 0.09 0.29
HSL 161.54º 0.26% 0.6% -
HSV(B) 161.54º 0.29% 0.71% -
XYZ 31.92 39.91 41.14 -
YUV 162.63 128.77 103.3 -
System Red Green Blue C M Y K H S L
Decimal 128 180 164 0.29 0 0.09 0.29 161.54 0.26 0.6
Hex 80 B4 A4 1D 0 9 1D A2 1A 3C
Octal 200 264 244 35 0 11 35 242 32 74
Binary 10000000 10110100 10100100 11101 0 1001 11101 10100010 11010 111100

Color Harmonies of #80B4A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80B4A4

Black with #80B4A4

Text Example


Text Example

White with #80B4A4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,180,164); }

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

background-color css

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

 a { background-color: rgb(128,180,164); }

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

border-color css

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

 span { border-color: rgb(128,180,164); }

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