Html Css Color HEX #097484 Teal

📋 copy color: '#097484'

red 9 ◦ green 116 ◦ blue 132

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

Shades of Teal #097484

Tints of Teal #097484

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 51.36%

R = 3.5%
G = 45.14%
B = 51.36%

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

#097484 (or 0x097484) is known color: Teal. HEX triplet: 09, 74 and 84. RGB value is (9,116,132). Sum of RGB (Red+Green+Blue) = 9+116+132=257 (34% of max value = 765). Red value is 9 (3.91% from 255 or 3.50% from 257); Green value is 116 (45.70% from 255 or 45.14% from 257); Blue value is 132 (51.95% from 255 or 51.36% from 257); Max value from RGB is 132 - color contains mainly: blue. Hex color #097484 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #097484 is #F68B7B. Grayscale: #555555. Windows color (decimal): -16157564 or 8680457. OLE color: 8680457.

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

Color convert

RGB 9 116 132 -
CMYK 0.93 0.12 0 0.48
HSL 187.8º 0.87% 0.28% -
HSV(B) 187.8º 0.93% 0.52% -
XYZ 10.52 14.21 24.02 -
YUV 85.83 154.05 73.2 -
System Red Green Blue C M Y K H S L
Decimal 9 116 132 0.93 0.12 0 0.48 187.8 0.87 0.28
Hex 9 74 84 5D C 0 30 BC 57 1C
Octal 11 164 204 135 14 0 60 274 127 34
Binary 1001 1110100 10000100 1011101 1100 0 110000 10111100 1010111 11100

Color Harmonies of #097484

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #097484

Black with #097484

Text Example


Text Example

White with #097484

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #097484; }

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

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

background-color css

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

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

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

border-color css

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

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

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