Html Css Color HEX #087082 Teal

📋 copy color: '#087082'

red 8 ◦ green 112 ◦ blue 130

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

Shades of Teal #087082

Tints of Teal #087082

RGB

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

 GREEN value IS 112 (44.14% from 255) = 44.8%

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

R = 3.2%
G = 44.8%
B = 52%

CMYK

 C value IS 0.94

 M value IS 0.14

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#087082 (or 0x087082) is known color: Teal. HEX triplet: 08, 70 and 82. RGB value is (8,112,130). Sum of RGB (Red+Green+Blue) = 8+112+130=250 (33% of max value = 765). Red value is 8 (3.52% from 255 or 3.2% from 250); Green value is 112 (44.14% from 255 or 44.8% from 250); Blue value is 130 (51.17% from 255 or 52% from 250); Max value from RGB is 130 - color contains mainly: blue. Hex color #087082 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #087082 is #F78F7D. Grayscale: #525252. Windows color (decimal): -16224126 or 8548360. OLE color: 8548360.

HSL color Cylindrical-coordinate representation of color #087082: hue angle of 188.85º 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 #087082 is Cyan = 0.94, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 8 112 130 -
CMYK 0.94 0.14 0 0.49
HSL 188.85º 0.88% 0.27% -
HSV(B) 188.85º 0.94% 0.51% -
XYZ 9.92 13.25 23.15 -
YUV 82.96 154.54 74.54 -
System Red Green Blue C M Y K H S L
Decimal 8 112 130 0.94 0.14 0 0.49 188.85 0.88 0.27
Hex 8 70 82 5E E 0 31 BD 58 1B
Octal 10 160 202 136 16 0 61 275 130 33
Binary 1000 1110000 10000010 1011110 1110 0 110001 10111101 1011000 11011

Color Harmonies of #087082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #087082

Black with #087082

Text Example


Text Example

White with #087082

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #087082; }

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

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

background-color css

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

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

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

border-color css

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

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

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