Html Css Color HEX #087D8B Teal

📋 copy color: '#087D8B'

red 8 ◦ green 125 ◦ blue 139

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

Shades of Teal #087D8B

Tints of Teal #087D8B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 51.1%

R = 2.94%
G = 45.96%
B = 51.1%

CMYK

 C value IS 0.94

 M value IS 0.10

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#087D8B (or 0x087D8B) is known color: Teal. HEX triplet: 08, 7D and 8B. RGB value is (8,125,139). Sum of RGB (Red+Green+Blue) = 8+125+139=272 (36% of max value = 765). Red value is 8 (3.52% from 255 or 2.94% from 272); Green value is 125 (49.22% from 255 or 45.96% from 272); Blue value is 139 (54.69% from 255 or 51.10% from 272); Max value from RGB is 139 - color contains mainly: blue. Hex color #087D8B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #087D8B is #F78274. Grayscale: #5B5B5B. Windows color (decimal): -16220789 or 9141512. OLE color: 9141512.

HSL color Cylindrical-coordinate representation of color #087D8B: hue angle of 186.41º degrees, saturation: 0.89, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #087D8B is Cyan = 0.94, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 8 125 139 -
CMYK 0.94 0.10 0 0.45
HSL 186.41º 0.89% 0.29% -
HSV(B) 186.41º 0.94% 0.55% -
XYZ 12.09 16.58 26.99 -
YUV 91.61 154.74 68.36 -
System Red Green Blue C M Y K H S L
Decimal 8 125 139 0.94 0.10 0 0.45 186.41 0.89 0.29
Hex 8 7D 8B 5E A 0 2D BA 59 1D
Octal 10 175 213 136 12 0 55 272 131 35
Binary 1000 1111101 10001011 1011110 1010 0 101101 10111010 1011001 11101

Color Harmonies of #087D8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #087D8B

Black with #087D8B

Text Example


Text Example

White with #087D8B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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