Html Css Color HEX #097485 Teal

📋 copy color: '#097485'

red 9 ◦ green 116 ◦ blue 133

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

Shades of Teal #097485

Tints of Teal #097485

RGB

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

 GREEN value IS 116 (45.7% from 255) = 44.96%

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

R = 3.49%
G = 44.96%
B = 51.55%

CMYK

 C value IS 0.93

 M value IS 0.13

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#097485 (or 0x097485) is known color: Teal. HEX triplet: 09, 74 and 85. RGB value is (9,116,133). Sum of RGB (Red+Green+Blue) = 9+116+133=258 (34% of max value = 765). Red value is 9 (3.91% from 255 or 3.49% from 258); Green value is 116 (45.70% from 255 or 44.96% from 258); Blue value is 133 (52.34% from 255 or 51.55% from 258); Max value from RGB is 133 - color contains mainly: blue. Hex color #097485 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #097485 is #F68B7A. Grayscale: #555555. Windows color (decimal): -16157563 or 8745993. OLE color: 8745993.

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

Color convert

RGB 9 116 133 -
CMYK 0.93 0.13 0 0.48
HSL 188.23º 0.87% 0.28% -
HSV(B) 188.23º 0.93% 0.52% -
XYZ 10.59 14.24 24.38 -
YUV 85.95 154.55 73.12 -
System Red Green Blue C M Y K H S L
Decimal 9 116 133 0.93 0.13 0 0.48 188.23 0.87 0.28
Hex 9 74 85 5D D 0 30 BC 57 1C
Octal 11 164 205 135 15 0 60 274 127 34
Binary 1001 1110100 10000101 1011101 1101 0 110000 10111100 1010111 11100

Color Harmonies of #097485

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #097485

Black with #097485

Text Example


Text Example

White with #097485

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #097485; }

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

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

background-color css

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

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

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

border-color css

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

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

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