Html Css Color HEX #087781 Teal

📋 copy color: '#087781'

red 8 ◦ green 119 ◦ blue 129

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

Shades of Teal #087781

Tints of Teal #087781

RGB

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

 GREEN value IS 119 (46.88% from 255) = 46.48%

 BLUE value IS 129 (50.78% from 255) = 50.39%

R = 3.13%
G = 46.48%
B = 50.39%

CMYK

 C value IS 0.94

 M value IS 0.08

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#087781 (or 0x087781) is known color: Teal. HEX triplet: 08, 77 and 81. RGB value is (8,119,129). Sum of RGB (Red+Green+Blue) = 8+119+129=256 (33% of max value = 765). Red value is 8 (3.52% from 255 or 3.12% from 256); Green value is 119 (46.88% from 255 or 46.48% from 256); Blue value is 129 (50.78% from 255 or 50.39% from 256); Max value from RGB is 129 - color contains mainly: blue. Hex color #087781 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #087781 is #F7887E. Grayscale: #565656. Windows color (decimal): -16222335 or 8484616. OLE color: 8484616.

HSL color Cylindrical-coordinate representation of color #087781: hue angle of 184.96º degrees, saturation: 0.88, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #087781 is Cyan = 0.94, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 8 119 129 -
CMYK 0.94 0.08 0 0.49
HSL 184.96º 0.88% 0.27% -
HSV(B) 184.96º 0.94% 0.51% -
XYZ 10.66 14.83 23.07 -
YUV 86.95 151.73 71.69 -
System Red Green Blue C M Y K H S L
Decimal 8 119 129 0.94 0.08 0 0.49 184.96 0.88 0.27
Hex 8 77 81 5E 8 0 31 B9 58 1B
Octal 10 167 201 136 10 0 61 271 130 33
Binary 1000 1110111 10000001 1011110 1000 0 110001 10111001 1011000 11011

Color Harmonies of #087781

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #087781

Black with #087781

Text Example


Text Example

White with #087781

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #087781; }

 p { color: rgb(8,119,129); }

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

background-color css

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

 a { background-color: rgb(8,119,129); }

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

border-color css

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

 span { border-color: rgb(8,119,129); }

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