Html Css Color HEX #098087 Teal

📋 copy color: '#098087'

red 9 ◦ green 128 ◦ blue 135

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

Shades of Teal #098087

Tints of Teal #098087

RGB

 RED value IS 9 (3.91% from 255) = 3.31%

 GREEN value IS 128 (50.39% from 255) = 47.06%

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

R = 3.31%
G = 47.06%
B = 49.63%

CMYK

 C value IS 0.93

 M value IS 0.05

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#098087 (or 0x098087) is known color: Teal. HEX triplet: 09, 80 and 87. RGB value is (9,128,135). Sum of RGB (Red+Green+Blue) = 9+128+135=272 (36% of max value = 765). Red value is 9 (3.91% from 255 or 3.31% from 272); Green value is 128 (50.39% from 255 or 47.06% from 272); Blue value is 135 (53.12% from 255 or 49.63% from 272); Max value from RGB is 135 - color contains mainly: blue. Hex color #098087 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #098087 is #F67F78. Grayscale: #5D5D5D. Windows color (decimal): -16154489 or 8880137. OLE color: 8880137.

HSL color Cylindrical-coordinate representation of color #098087: hue angle of 183.33º degrees, saturation: 0.88, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #098087 is Cyan = 0.93, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 9 128 135 -
CMYK 0.93 0.05 0 0.47
HSL 183.33º 0.88% 0.28% -
HSV(B) 183.33º 0.93% 0.53% -
XYZ 12.21 17.25 25.61 -
YUV 93.22 151.58 67.93 -
System Red Green Blue C M Y K H S L
Decimal 9 128 135 0.93 0.05 0 0.47 183.33 0.88 0.28
Hex 9 80 87 5D 5 0 2F B7 58 1C
Octal 11 200 207 135 5 0 57 267 130 34
Binary 1001 10000000 10000111 1011101 101 0 101111 10110111 1011000 11100

Color Harmonies of #098087

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #098087

Black with #098087

Text Example


Text Example

White with #098087

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #098087; }

 p { color: rgb(9,128,135); }

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

background-color css

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

 a { background-color: rgb(9,128,135); }

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

border-color css

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

 span { border-color: rgb(9,128,135); }

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