Html Css Color HEX #098781 Teal

📋 copy color: '#098781'

red 9 ◦ green 135 ◦ blue 129

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

Shades of Teal #098781

Tints of Teal #098781

RGB

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

 GREEN value IS 135 (53.13% from 255) = 49.45%

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

R = 3.3%
G = 49.45%
B = 47.25%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.04

 K value IS 0.47

RGB Variations

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

Color information

#098781 (or 0x098781) is known color: Teal. HEX triplet: 09, 87 and 81. RGB value is (9,135,129). Sum of RGB (Red+Green+Blue) = 9+135+129=273 (36% of max value = 765). Red value is 9 (3.91% from 255 or 3.30% from 273); Green value is 135 (53.12% from 255 or 49.45% from 273); Blue value is 129 (50.78% from 255 or 47.25% from 273); Max value from RGB is 135 - color contains mainly: green. Hex color #098781 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #098781 is #F6787E. Grayscale: #606060. Windows color (decimal): -16152703 or 8488713. OLE color: 8488713.

HSL color Cylindrical-coordinate representation of color #098781: hue angle of 177.14º 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 #098781 is Cyan = 0.93, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.47.

Color convert

RGB 9 135 129 -
CMYK 0.93 0 0.04 0.47
HSL 177.14º 0.88% 0.28% -
HSV(B) 177.14º 0.93% 0.53% -
XYZ 12.74 18.97 23.76 -
YUV 96.64 146.26 65.49 -
System Red Green Blue C M Y K H S L
Decimal 9 135 129 0.93 0 0.04 0.47 177.14 0.88 0.28
Hex 9 87 81 5D 0 4 2F B1 58 1C
Octal 11 207 201 135 0 4 57 261 130 34
Binary 1001 10000111 10000001 1011101 0 100 101111 10110001 1011000 11100

Color Harmonies of #098781

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #098781

Black with #098781

Text Example


Text Example

White with #098781

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #098781; }

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

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

background-color css

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

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

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

border-color css

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

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

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