Html Css Color HEX #087C8E Teal

📋 copy color: '#087C8E'

red 8 ◦ green 124 ◦ blue 142

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

Shades of Teal #087C8E

Tints of Teal #087C8E

RGB

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

 GREEN value IS 124 (48.83% from 255) = 45.26%

 BLUE value IS 142 (55.86% from 255) = 51.82%

R = 2.92%
G = 45.26%
B = 51.82%

CMYK

 C value IS 0.94

 M value IS 0.13

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#087C8E (or 0x087C8E) is known color: Teal. HEX triplet: 08, 7C and 8E. RGB value is (8,124,142). Sum of RGB (Red+Green+Blue) = 8+124+142=274 (36% of max value = 765). Red value is 8 (3.52% from 255 or 2.92% from 274); Green value is 124 (48.83% from 255 or 45.26% from 274); Blue value is 142 (55.86% from 255 or 51.82% from 274); Max value from RGB is 142 - color contains mainly: blue. Hex color #087C8E is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #087C8E is #F78371. Grayscale: #5B5B5B. Windows color (decimal): -16221042 or 9337864. OLE color: 9337864.

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

Color convert

RGB 8 124 142 -
CMYK 0.94 0.13 0 0.44
HSL 188.06º 0.89% 0.29% -
HSV(B) 188.06º 0.94% 0.56% -
XYZ 12.19 16.42 28.12 -
YUV 91.37 156.57 68.54 -
System Red Green Blue C M Y K H S L
Decimal 8 124 142 0.94 0.13 0 0.44 188.06 0.89 0.29
Hex 8 7C 8E 5E D 0 2C BC 59 1D
Octal 10 174 216 136 15 0 54 274 131 35
Binary 1000 1111100 10001110 1011110 1101 0 101100 10111100 1011001 11101

Color Harmonies of #087C8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #087C8E

Black with #087C8E

Text Example


Text Example

White with #087C8E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(8,124,142); }

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

background-color css

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

 a { background-color: rgb(8,124,142); }

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

border-color css

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

 span { border-color: rgb(8,124,142); }

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