Html Css Color HEX #098184 Teal

📋 copy color: '#098184'

red 9 ◦ green 129 ◦ blue 132

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

Shades of Teal #098184

Tints of Teal #098184

RGB

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

 GREEN value IS 129 (50.78% from 255) = 47.78%

 BLUE value IS 132 (51.95% from 255) = 48.89%

R = 3.33%
G = 47.78%
B = 48.89%

CMYK

 C value IS 0.93

 M value IS 0.02

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#098184 (or 0x098184) is known color: Teal. HEX triplet: 09, 81 and 84. RGB value is (9,129,132). Sum of RGB (Red+Green+Blue) = 9+129+132=270 (35% of max value = 765). Red value is 9 (3.91% from 255 or 3.33% from 270); Green value is 129 (50.78% from 255 or 47.78% from 270); Blue value is 132 (51.95% from 255 or 48.89% from 270); Max value from RGB is 132 - color contains mainly: blue. Hex color #098184 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #098184 is #F67E7B. Grayscale: #5D5D5D. Windows color (decimal): -16154236 or 8683785. OLE color: 8683785.

HSL color Cylindrical-coordinate representation of color #098184: hue angle of 181.46º degrees, saturation: 0.87, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #098184 is Cyan = 0.93, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 9 129 132 -
CMYK 0.93 0.02 0 0.48
HSL 181.46º 0.87% 0.28% -
HSV(B) 181.46º 0.93% 0.52% -
XYZ 12.13 17.42 24.55 -
YUV 93.46 149.74 67.76 -
System Red Green Blue C M Y K H S L
Decimal 9 129 132 0.93 0.02 0 0.48 181.46 0.87 0.28
Hex 9 81 84 5D 2 0 30 B5 57 1C
Octal 11 201 204 135 2 0 60 265 127 34
Binary 1001 10000001 10000100 1011101 10 0 110000 10110101 1010111 11100

Color Harmonies of #098184

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #098184

Black with #098184

Text Example


Text Example

White with #098184

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #098184; }

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

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

background-color css

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

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

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

border-color css

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

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

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