Html Css Color HEX #087F7D Teal

📋 copy color: '#087F7D'

red 8 ◦ green 127 ◦ blue 125

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

Shades of Teal #087F7D

Tints of Teal #087F7D

RGB

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

 GREEN value IS 127 (50% from 255) = 48.85%

 BLUE value IS 125 (49.22% from 255) = 48.08%

R = 3.08%
G = 48.85%
B = 48.08%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.02

 K value IS 0.50

RGB Variations

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

Color information

#087F7D (or 0x087F7D) is known color: Teal. HEX triplet: 08, 7F and 7D. RGB value is (8,127,125). Sum of RGB (Red+Green+Blue) = 8+127+125=260 (34% of max value = 765). Red value is 8 (3.52% from 255 or 3.08% from 260); Green value is 127 (50% from 255 or 48.85% from 260); Blue value is 125 (49.22% from 255 or 48.08% from 260); Max value from RGB is 127 - color contains mainly: green. Hex color #087F7D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #087F7D is #F78082. Grayscale: #5B5B5B. Windows color (decimal): -16220291 or 8224520. OLE color: 8224520.

HSL color Cylindrical-coordinate representation of color #087F7D: hue angle of 178.99º degrees, saturation: 0.88, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #087F7D is Cyan = 0.94, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.50.

Color convert

RGB 8 127 125 -
CMYK 0.94 0 0.02 0.50
HSL 178.99º 0.88% 0.26% -
HSV(B) 178.99º 0.94% 0.5% -
XYZ 11.39 16.71 22.03 -
YUV 91.19 147.08 68.66 -
System Red Green Blue C M Y K H S L
Decimal 8 127 125 0.94 0 0.02 0.50 178.99 0.88 0.26
Hex 8 7F 7D 5E 0 2 32 B3 58 1A
Octal 10 177 175 136 0 2 62 263 130 32
Binary 1000 1111111 1111101 1011110 0 10 110010 10110011 1011000 11010

Color Harmonies of #087F7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #087F7D

Black with #087F7D

Text Example


Text Example

White with #087F7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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