Html Css Color HEX #098581 Teal

📋 copy color: '#098581'

red 9 ◦ green 133 ◦ blue 129

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

Shades of Teal #098581

Tints of Teal #098581

RGB

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

 GREEN value IS 133 (52.34% from 255) = 49.08%

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

R = 3.32%
G = 49.08%
B = 47.6%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.03

 K value IS 0.48

RGB Variations

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

Color information

#098581 (or 0x098581) is known color: Teal. HEX triplet: 09, 85 and 81. RGB value is (9,133,129). Sum of RGB (Red+Green+Blue) = 9+133+129=271 (35% of max value = 765). Red value is 9 (3.91% from 255 or 3.32% from 271); Green value is 133 (52.34% from 255 or 49.08% from 271); Blue value is 129 (50.78% from 255 or 47.60% from 271); Max value from RGB is 133 - color contains mainly: green. Hex color #098581 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #098581 is #F67A7E. Grayscale: #5F5F5F. Windows color (decimal): -16153215 or 8488201. OLE color: 8488201.

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

Color convert

RGB 9 133 129 -
CMYK 0.93 0 0.03 0.48
HSL 178.06º 0.87% 0.28% -
HSV(B) 178.06º 0.93% 0.52% -
XYZ 12.46 18.42 23.67 -
YUV 95.47 146.92 66.33 -
System Red Green Blue C M Y K H S L
Decimal 9 133 129 0.93 0 0.03 0.48 178.06 0.87 0.28
Hex 9 85 81 5D 0 3 30 B2 57 1C
Octal 11 205 201 135 0 3 60 262 127 34
Binary 1001 10000101 10000001 1011101 0 11 110000 10110010 1010111 11100

Color Harmonies of #098581

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #098581

Black with #098581

Text Example


Text Example

White with #098581

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #098581; }

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

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

background-color css

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

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

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

border-color css

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

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

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