Html Css Color HEX #087789 Teal

📋 copy color: '#087789'

red 8 ◦ green 119 ◦ blue 137

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

Shades of Teal #087789

Tints of Teal #087789

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 51.89%

R = 3.03%
G = 45.08%
B = 51.89%

CMYK

 C value IS 0.94

 M value IS 0.13

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#087789 (or 0x087789) is known color: Teal. HEX triplet: 08, 77 and 89. RGB value is (8,119,137). Sum of RGB (Red+Green+Blue) = 8+119+137=264 (34% of max value = 765). Red value is 8 (3.52% from 255 or 3.03% from 264); Green value is 119 (46.88% from 255 or 45.08% from 264); Blue value is 137 (53.91% from 255 or 51.89% from 264); Max value from RGB is 137 - color contains mainly: blue. Hex color #087789 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #087789 is #F78876. Grayscale: #575757. Windows color (decimal): -16222327 or 9008904. OLE color: 9008904.

HSL color Cylindrical-coordinate representation of color #087789: hue angle of 188.37º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #087789 is Cyan = 0.94, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 8 119 137 -
CMYK 0.94 0.13 0 0.46
HSL 188.37º 0.89% 0.28% -
HSV(B) 188.37º 0.94% 0.54% -
XYZ 11.21 15.05 25.98 -
YUV 87.86 155.73 71.04 -
System Red Green Blue C M Y K H S L
Decimal 8 119 137 0.94 0.13 0 0.46 188.37 0.89 0.28
Hex 8 77 89 5E D 0 2E BC 59 1C
Octal 10 167 211 136 15 0 56 274 131 34
Binary 1000 1110111 10001001 1011110 1101 0 101110 10111100 1011001 11100

Color Harmonies of #087789

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #087789

Black with #087789

Text Example


Text Example

White with #087789

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #087789; }

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

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

background-color css

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

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

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

border-color css

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

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

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