Html Css Color HEX #80B9A7 Sea Nymph

📋 copy color: '#80B9A7'

red 128 ◦ green 185 ◦ blue 167

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

Shades of Sea Nymph #80B9A7

Tints of Sea Nymph #80B9A7

RGB

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

 GREEN value IS 185 (72.66% from 255) = 38.54%

 BLUE value IS 167 (65.63% from 255) = 34.79%

R = 26.67%
G = 38.54%
B = 34.79%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.10

 K value IS 0.27

RGB Variations

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

Color information

#80B9A7 (or 0x80B9A7) is known color: Sea Nymph. HEX triplet: 80, B9 and A7. RGB value is (128,185,167). Sum of RGB (Red+Green+Blue) = 128+185+167=480 (63% of max value = 765). Red value is 128 (50.39% from 255 or 26.67% from 480); Green value is 185 (72.66% from 255 or 38.54% from 480); Blue value is 167 (65.62% from 255 or 34.79% from 480); Max value from RGB is 185 - color contains mainly: green. Hex color #80B9A7 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #80B9A7 is #7F4658. Grayscale: #A5A5A5. Windows color (decimal): -8341081 or 10992000. OLE color: 10992000.

HSL color Cylindrical-coordinate representation of color #80B9A7: hue angle of 161.05º degrees, saturation: 0.29, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #80B9A7 is Cyan = 0.31, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.27.

Color convert

RGB 128 185 167 -
CMYK 0.31 0 0.10 0.27
HSL 161.05º 0.29% 0.61% -
HSV(B) 161.05º 0.31% 0.73% -
XYZ 33.23 42.08 42.93 -
YUV 165.91 128.62 100.96 -
System Red Green Blue C M Y K H S L
Decimal 128 185 167 0.31 0 0.10 0.27 161.05 0.29 0.61
Hex 80 B9 A7 1F 0 A 1B A1 1D 3D
Octal 200 271 247 37 0 12 33 241 35 75
Binary 10000000 10111001 10100111 11111 0 1010 11011 10100001 11101 111101

Color Harmonies of #80B9A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80B9A7

Black with #80B9A7

Text Example


Text Example

White with #80B9A7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,185,167); }

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

background-color css

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

 a { background-color: rgb(128,185,167); }

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

border-color css

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

 span { border-color: rgb(128,185,167); }

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