Html Css Color HEX #098481 Teal

📋 copy color: '#098481'

red 9 ◦ green 132 ◦ blue 129

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

Shades of Teal #098481

Tints of Teal #098481

RGB

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

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

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

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

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.02

 K value IS 0.48

RGB Variations

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

Color information

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

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

Color convert

RGB 9 132 129 -
CMYK 0.93 0 0.02 0.48
HSL 178.54º 0.87% 0.28% -
HSV(B) 178.54º 0.93% 0.52% -
XYZ 12.33 18.15 23.62 -
YUV 94.88 147.25 66.74 -
System Red Green Blue C M Y K H S L
Decimal 9 132 129 0.93 0 0.02 0.48 178.54 0.87 0.28
Hex 9 84 81 5D 0 2 30 B3 57 1C
Octal 11 204 201 135 0 2 60 263 127 34
Binary 1001 10000100 10000001 1011101 0 10 110000 10110011 1010111 11100

Color Harmonies of #098481

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #098481

Black with #098481

Text Example


Text Example

White with #098481

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #098481; }

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

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

background-color css

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

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

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

border-color css

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

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

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