Html Css Color HEX #087089 Teal

📋 copy color: '#087089'

red 8 ◦ green 112 ◦ blue 137

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

Shades of Teal #087089

Tints of Teal #087089

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 53.31%

R = 3.11%
G = 43.58%
B = 53.31%

CMYK

 C value IS 0.94

 M value IS 0.18

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#087089 (or 0x087089) is known color: Teal. HEX triplet: 08, 70 and 89. RGB value is (8,112,137). Sum of RGB (Red+Green+Blue) = 8+112+137=257 (34% of max value = 765). Red value is 8 (3.52% from 255 or 3.11% from 257); Green value is 112 (44.14% from 255 or 43.58% from 257); Blue value is 137 (53.91% from 255 or 53.31% from 257); Max value from RGB is 137 - color contains mainly: blue. Hex color #087089 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #087089 is #F78F76. Grayscale: #535353. Windows color (decimal): -16224119 or 9007112. OLE color: 9007112.

HSL color Cylindrical-coordinate representation of color #087089: hue angle of 191.63º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #087089 is Cyan = 0.94, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 8 112 137 -
CMYK 0.94 0.18 0 0.46
HSL 191.63º 0.89% 0.28% -
HSV(B) 191.63º 0.94% 0.54% -
XYZ 10.41 13.45 25.71 -
YUV 83.75 158.04 73.97 -
System Red Green Blue C M Y K H S L
Decimal 8 112 137 0.94 0.18 0 0.46 191.63 0.89 0.28
Hex 8 70 89 5E 12 0 2E C0 59 1C
Octal 10 160 211 136 22 0 56 300 131 34
Binary 1000 1110000 10001001 1011110 10010 0 101110 11000000 1011001 11100

Color Harmonies of #087089

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #087089

Black with #087089

Text Example


Text Example

White with #087089

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #087089; }

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

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

background-color css

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

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

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

border-color css

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

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

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