Html Css Color HEX #097185 Teal

📋 copy color: '#097185'

red 9 ◦ green 113 ◦ blue 133

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

Shades of Teal #097185

Tints of Teal #097185

RGB

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

 GREEN value IS 113 (44.53% from 255) = 44.31%

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

R = 3.53%
G = 44.31%
B = 52.16%

CMYK

 C value IS 0.93

 M value IS 0.15

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#097185 (or 0x097185) is known color: Teal. HEX triplet: 09, 71 and 85. RGB value is (9,113,133). Sum of RGB (Red+Green+Blue) = 9+113+133=255 (33% of max value = 765). Red value is 9 (3.91% from 255 or 3.53% from 255); Green value is 113 (44.53% from 255 or 44.31% from 255); Blue value is 133 (52.34% from 255 or 52.16% from 255); Max value from RGB is 133 - color contains mainly: blue. Hex color #097185 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #097185 is #F68E7A. Grayscale: #545454. Windows color (decimal): -16158331 or 8745225. OLE color: 8745225.

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

Color convert

RGB 9 113 133 -
CMYK 0.93 0.15 0 0.48
HSL 189.68º 0.87% 0.28% -
HSV(B) 189.68º 0.93% 0.52% -
XYZ 10.25 13.56 24.27 -
YUV 84.18 155.54 74.37 -
System Red Green Blue C M Y K H S L
Decimal 9 113 133 0.93 0.15 0 0.48 189.68 0.87 0.28
Hex 9 71 85 5D F 0 30 BE 57 1C
Octal 11 161 205 135 17 0 60 276 127 34
Binary 1001 1110001 10000101 1011101 1111 0 110000 10111110 1010111 11100

Color Harmonies of #097185

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #097185

Black with #097185

Text Example


Text Example

White with #097185

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #097185; }

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

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

background-color css

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

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

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

border-color css

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

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

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