Html Css Color HEX #097487 Teal

📋 copy color: '#097487'

red 9 ◦ green 116 ◦ blue 135

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

Shades of Teal #097487

Tints of Teal #097487

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 51.92%

R = 3.46%
G = 44.62%
B = 51.92%

CMYK

 C value IS 0.93

 M value IS 0.14

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#097487 (or 0x097487) is known color: Teal. HEX triplet: 09, 74 and 87. RGB value is (9,116,135). Sum of RGB (Red+Green+Blue) = 9+116+135=260 (34% of max value = 765). Red value is 9 (3.91% from 255 or 3.46% from 260); Green value is 116 (45.70% from 255 or 44.62% from 260); Blue value is 135 (53.12% from 255 or 51.92% from 260); Max value from RGB is 135 - color contains mainly: blue. Hex color #097487 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #097487 is #F68B78. Grayscale: #555555. Windows color (decimal): -16157561 or 8877065. OLE color: 8877065.

HSL color Cylindrical-coordinate representation of color #097487: hue angle of 189.05º degrees, saturation: 0.88, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #097487 is Cyan = 0.93, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 9 116 135 -
CMYK 0.93 0.14 0 0.47
HSL 189.05º 0.88% 0.28% -
HSV(B) 189.05º 0.93% 0.53% -
XYZ 10.73 14.3 25.12 -
YUV 86.17 155.55 72.96 -
System Red Green Blue C M Y K H S L
Decimal 9 116 135 0.93 0.14 0 0.47 189.05 0.88 0.28
Hex 9 74 87 5D E 0 2F BD 58 1C
Octal 11 164 207 135 16 0 57 275 130 34
Binary 1001 1110100 10000111 1011101 1110 0 101111 10111101 1011000 11100

Color Harmonies of #097487

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #097487

Black with #097487

Text Example


Text Example

White with #097487

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #097487; }

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

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

background-color css

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

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

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

border-color css

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

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

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