Html Css Color HEX #098583 Teal

📋 copy color: '#098583'

red 9 ◦ green 133 ◦ blue 131

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

Shades of Teal #098583

Tints of Teal #098583

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 47.99%

R = 3.3%
G = 48.72%
B = 47.99%

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

#098583 (or 0x098583) is known color: Teal. HEX triplet: 09, 85 and 83. RGB value is (9,133,131). Sum of RGB (Red+Green+Blue) = 9+133+131=273 (36% of max value = 765). Red value is 9 (3.91% from 255 or 3.30% from 273); Green value is 133 (52.34% from 255 or 48.72% from 273); Blue value is 131 (51.56% from 255 or 47.99% from 273); Max value from RGB is 133 - color contains mainly: green. Hex color #098583 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #098583 is #F67A7C. Grayscale: #5F5F5F. Windows color (decimal): -16153213 or 8619273. OLE color: 8619273.

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

Color convert

RGB 9 133 131 -
CMYK 0.93 0 0.02 0.48
HSL 179.03º 0.87% 0.28% -
HSV(B) 179.03º 0.93% 0.52% -
XYZ 12.6 18.47 24.37 -
YUV 95.7 147.92 66.16 -
System Red Green Blue C M Y K H S L
Decimal 9 133 131 0.93 0 0.02 0.48 179.03 0.87 0.28
Hex 9 85 83 5D 0 2 30 B3 57 1C
Octal 11 205 203 135 0 2 60 263 127 34
Binary 1001 10000101 10000011 1011101 0 10 110000 10110011 1010111 11100

Color Harmonies of #098583

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #098583

Black with #098583

Text Example


Text Example

White with #098583

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #098583; }

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

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

background-color css

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

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

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

border-color css

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

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

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