Html Css Color HEX #087D87 Teal

📋 copy color: '#087D87'

red 8 ◦ green 125 ◦ blue 135

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

Shades of Teal #087D87

Tints of Teal #087D87

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 50.37%

R = 2.99%
G = 46.64%
B = 50.37%

CMYK

 C value IS 0.94

 M value IS 0.07

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#087D87 (or 0x087D87) is known color: Teal. HEX triplet: 08, 7D and 87. RGB value is (8,125,135). Sum of RGB (Red+Green+Blue) = 8+125+135=268 (35% of max value = 765). Red value is 8 (3.52% from 255 or 2.99% from 268); Green value is 125 (49.22% from 255 or 46.64% from 268); Blue value is 135 (53.12% from 255 or 50.37% from 268); Max value from RGB is 135 - color contains mainly: blue. Hex color #087D87 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #087D87 is #F78278. Grayscale: #5B5B5B. Windows color (decimal): -16220793 or 8879368. OLE color: 8879368.

HSL color Cylindrical-coordinate representation of color #087D87: hue angle of 184.72º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #087D87 is Cyan = 0.94, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 8 125 135 -
CMYK 0.94 0.07 0 0.47
HSL 184.72º 0.89% 0.28% -
HSV(B) 184.72º 0.94% 0.53% -
XYZ 11.81 16.47 25.48 -
YUV 91.16 152.74 68.69 -
System Red Green Blue C M Y K H S L
Decimal 8 125 135 0.94 0.07 0 0.47 184.72 0.89 0.28
Hex 8 7D 87 5E 7 0 2F B9 59 1C
Octal 10 175 207 136 7 0 57 271 131 34
Binary 1000 1111101 10000111 1011110 111 0 101111 10111001 1011001 11100

Color Harmonies of #087D87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #087D87

Black with #087D87

Text Example


Text Example

White with #087D87

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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