Html Css Color HEX #097585 Teal

📋 copy color: '#097585'

red 9 ◦ green 117 ◦ blue 133

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

Shades of Teal #097585

Tints of Teal #097585

RGB

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

 GREEN value IS 117 (46.09% from 255) = 45.17%

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

R = 3.47%
G = 45.17%
B = 51.35%

CMYK

 C value IS 0.93

 M value IS 0.12

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#097585 (or 0x097585) is known color: Teal. HEX triplet: 09, 75 and 85. RGB value is (9,117,133). Sum of RGB (Red+Green+Blue) = 9+117+133=259 (34% of max value = 765). Red value is 9 (3.91% from 255 or 3.47% from 259); Green value is 117 (46.09% from 255 or 45.17% from 259); Blue value is 133 (52.34% from 255 or 51.35% from 259); Max value from RGB is 133 - color contains mainly: blue. Hex color #097585 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #097585 is #F68A7A. Grayscale: #565656. Windows color (decimal): -16157307 or 8746249. OLE color: 8746249.

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

Color convert

RGB 9 117 133 -
CMYK 0.93 0.12 0 0.48
HSL 187.74º 0.87% 0.28% -
HSV(B) 187.74º 0.93% 0.52% -
XYZ 10.71 14.47 24.42 -
YUV 86.53 154.22 72.7 -
System Red Green Blue C M Y K H S L
Decimal 9 117 133 0.93 0.12 0 0.48 187.74 0.87 0.28
Hex 9 75 85 5D C 0 30 BC 57 1C
Octal 11 165 205 135 14 0 60 274 127 34
Binary 1001 1110101 10000101 1011101 1100 0 110000 10111100 1010111 11100

Color Harmonies of #097585

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #097585

Black with #097585

Text Example


Text Example

White with #097585

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #097585; }

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

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

background-color css

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

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

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

border-color css

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

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

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