Html Css Color HEX #098385 Teal

📋 copy color: '#098385'

red 9 ◦ green 131 ◦ blue 133

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

Shades of Teal #098385

Tints of Teal #098385

RGB

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

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

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

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

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

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

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

Color convert

RGB 9 131 133 -
CMYK 0.93 0.02 0 0.48
HSL 180.97º 0.87% 0.28% -
HSV(B) 180.97º 0.93% 0.52% -
XYZ 12.46 17.98 25 -
YUV 94.75 149.58 66.84 -
System Red Green Blue C M Y K H S L
Decimal 9 131 133 0.93 0.02 0 0.48 180.97 0.87 0.28
Hex 9 83 85 5D 2 0 30 B5 57 1C
Octal 11 203 205 135 2 0 60 265 127 34
Binary 1001 10000011 10000101 1011101 10 0 110000 10110101 1010111 11100

Color Harmonies of #098385

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #098385

Black with #098385

Text Example


Text Example

White with #098385

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #098385; }

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

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

background-color css

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

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

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

border-color css

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

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

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