Html Css Color HEX #087D82 Teal

📋 copy color: '#087D82'

red 8 ◦ green 125 ◦ blue 130

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

Shades of Teal #087D82

Tints of Teal #087D82

RGB

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

 GREEN value IS 125 (49.22% from 255) = 47.53%

 BLUE value IS 130 (51.17% from 255) = 49.43%

R = 3.04%
G = 47.53%
B = 49.43%

CMYK

 C value IS 0.94

 M value IS 0.04

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#087D82 (or 0x087D82) is known color: Teal. HEX triplet: 08, 7D and 82. RGB value is (8,125,130). Sum of RGB (Red+Green+Blue) = 8+125+130=263 (34% of max value = 765). Red value is 8 (3.52% from 255 or 3.04% from 263); Green value is 125 (49.22% from 255 or 47.53% from 263); Blue value is 130 (51.17% from 255 or 49.43% from 263); Max value from RGB is 130 - color contains mainly: blue. Hex color #087D82 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #087D82 is #F7827D. Grayscale: #5A5A5A. Windows color (decimal): -16220798 or 8551688. OLE color: 8551688.

HSL color Cylindrical-coordinate representation of color #087D82: hue angle of 182.46º degrees, saturation: 0.88, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #087D82 is Cyan = 0.94, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 8 125 130 -
CMYK 0.94 0.04 0 0.49
HSL 182.46º 0.88% 0.27% -
HSV(B) 182.46º 0.94% 0.51% -
XYZ 11.46 16.33 23.67 -
YUV 90.59 150.24 69.09 -
System Red Green Blue C M Y K H S L
Decimal 8 125 130 0.94 0.04 0 0.49 182.46 0.88 0.27
Hex 8 7D 82 5E 4 0 31 B6 58 1B
Octal 10 175 202 136 4 0 61 266 130 33
Binary 1000 1111101 10000010 1011110 100 0 110001 10110110 1011000 11011

Color Harmonies of #087D82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #087D82

Black with #087D82

Text Example


Text Example

White with #087D82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #087D82; }

 p { color: rgb(8,125,130); }

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

background-color css

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

 a { background-color: rgb(8,125,130); }

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

border-color css

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

 span { border-color: rgb(8,125,130); }

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