Html Css Color HEX #097183 Teal

📋 copy color: '#097183'

red 9 ◦ green 113 ◦ blue 131

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

Shades of Teal #097183

Tints of Teal #097183

RGB

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

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

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

R = 3.56%
G = 44.66%
B = 51.78%

CMYK

 C value IS 0.93

 M value IS 0.14

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#097183 (or 0x097183) is known color: Teal. HEX triplet: 09, 71 and 83. RGB value is (9,113,131). Sum of RGB (Red+Green+Blue) = 9+113+131=253 (33% of max value = 765). Red value is 9 (3.91% from 255 or 3.56% from 253); Green value is 113 (44.53% from 255 or 44.66% from 253); Blue value is 131 (51.56% from 255 or 51.78% from 253); Max value from RGB is 131 - color contains mainly: blue. Hex color #097183 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #097183 is #F68E7C. Grayscale: #535353. Windows color (decimal): -16158333 or 8614153. OLE color: 8614153.

HSL color Cylindrical-coordinate representation of color #097183: hue angle of 188.85º degrees, saturation: 0.87, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #097183 is Cyan = 0.93, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 9 113 131 -
CMYK 0.93 0.14 0 0.49
HSL 188.85º 0.87% 0.27% -
HSV(B) 188.85º 0.93% 0.51% -
XYZ 10.11 13.51 23.55 -
YUV 83.96 154.54 74.54 -
System Red Green Blue C M Y K H S L
Decimal 9 113 131 0.93 0.14 0 0.49 188.85 0.87 0.27
Hex 9 71 83 5D E 0 31 BD 57 1B
Octal 11 161 203 135 16 0 61 275 127 33
Binary 1001 1110001 10000011 1011101 1110 0 110001 10111101 1010111 11011

Color Harmonies of #097183

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #097183

Black with #097183

Text Example


Text Example

White with #097183

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #097183; }

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

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

background-color css

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

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

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

border-color css

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

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

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