Html Css Color HEX #80B9A2 Sea Nymph

📋 copy color: '#80B9A2'

red 128 ◦ green 185 ◦ blue 162

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

Shades of Sea Nymph #80B9A2

Tints of Sea Nymph #80B9A2

RGB

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

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

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

R = 26.95%
G = 38.95%
B = 34.11%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.12

 K value IS 0.27

RGB Variations

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

Color information

#80B9A2 (or 0x80B9A2) is known color: Sea Nymph. HEX triplet: 80, B9 and A2. RGB value is (128,185,162). Sum of RGB (Red+Green+Blue) = 128+185+162=475 (62% of max value = 765). Red value is 128 (50.39% from 255 or 26.95% from 475); Green value is 185 (72.66% from 255 or 38.95% from 475); Blue value is 162 (63.67% from 255 or 34.11% from 475); Max value from RGB is 185 - color contains mainly: green. Hex color #80B9A2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #80B9A2 is #7F465D. Grayscale: #A5A5A5. Windows color (decimal): -8341086 or 10664320. OLE color: 10664320.

HSL color Cylindrical-coordinate representation of color #80B9A2: hue angle of 155.79º 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 #80B9A2 is Cyan = 0.31, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.27.

Color convert

RGB 128 185 162 -
CMYK 0.31 0 0.12 0.27
HSL 155.79º 0.29% 0.61% -
HSV(B) 155.79º 0.31% 0.73% -
XYZ 32.77 41.9 40.54 -
YUV 165.34 126.12 101.37 -
System Red Green Blue C M Y K H S L
Decimal 128 185 162 0.31 0 0.12 0.27 155.79 0.29 0.61
Hex 80 B9 A2 1F 0 C 1B 9C 1D 3D
Octal 200 271 242 37 0 14 33 234 35 75
Binary 10000000 10111001 10100010 11111 0 1100 11011 10011100 11101 111101

Color Harmonies of #80B9A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80B9A2

Black with #80B9A2

Text Example


Text Example

White with #80B9A2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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