Html Css Color HEX #087980 Teal

📋 copy color: '#087980'

red 8 ◦ green 121 ◦ blue 128

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

Shades of Teal #087980

Tints of Teal #087980

RGB

 RED value IS 8 (3.52% from 255) = 3.11%

 GREEN value IS 121 (47.66% from 255) = 47.08%

 BLUE value IS 128 (50.39% from 255) = 49.81%

R = 3.11%
G = 47.08%
B = 49.81%

CMYK

 C value IS 0.94

 M value IS 0.05

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#087980 (or 0x087980) is known color: Teal. HEX triplet: 08, 79 and 80. RGB value is (8,121,128). Sum of RGB (Red+Green+Blue) = 8+121+128=257 (34% of max value = 765). Red value is 8 (3.52% from 255 or 3.11% from 257); Green value is 121 (47.66% from 255 or 47.08% from 257); Blue value is 128 (50.39% from 255 or 49.81% from 257); Max value from RGB is 128 - color contains mainly: blue. Hex color #087980 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #087980 is #F7867F. Grayscale: #575757. Windows color (decimal): -16221824 or 8419592. OLE color: 8419592.

HSL color Cylindrical-coordinate representation of color #087980: hue angle of 183.5º degrees, saturation: 0.88, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #087980 is Cyan = 0.94, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 8 121 128 -
CMYK 0.94 0.05 0 0.50
HSL 183.5º 0.88% 0.27% -
HSV(B) 183.5º 0.94% 0.5% -
XYZ 10.83 15.28 22.8 -
YUV 88.01 150.56 70.93 -
System Red Green Blue C M Y K H S L
Decimal 8 121 128 0.94 0.05 0 0.50 183.5 0.88 0.27
Hex 8 79 80 5E 5 0 32 B8 58 1B
Octal 10 171 200 136 5 0 62 270 130 33
Binary 1000 1111001 10000000 1011110 101 0 110010 10111000 1011000 11011

Color Harmonies of #087980

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #087980

Black with #087980

Text Example


Text Example

White with #087980

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #087980; }

 p { color: rgb(8,121,128); }

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

background-color css

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

 a { background-color: rgb(8,121,128); }

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

border-color css

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

 span { border-color: rgb(8,121,128); }

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