Html Css Color HEX #097082 Teal

📋 copy color: '#097082'

red 9 ◦ green 112 ◦ blue 130

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

Shades of Teal #097082

Tints of Teal #097082

RGB

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

 GREEN value IS 112 (44.14% from 255) = 44.62%

 BLUE value IS 130 (51.17% from 255) = 51.79%

R = 3.59%
G = 44.62%
B = 51.79%

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

#097082 (or 0x097082) is known color: Teal. HEX triplet: 09, 70 and 82. RGB value is (9,112,130). Sum of RGB (Red+Green+Blue) = 9+112+130=251 (33% of max value = 765). Red value is 9 (3.91% from 255 or 3.59% from 251); Green value is 112 (44.14% from 255 or 44.62% from 251); Blue value is 130 (51.17% from 255 or 51.79% from 251); Max value from RGB is 130 - color contains mainly: blue. Hex color #097082 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #097082 is #F68F7D. Grayscale: #535353. Windows color (decimal): -16158590 or 8548361. OLE color: 8548361.

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

Color convert

RGB 9 112 130 -
CMYK 0.93 0.14 0 0.49
HSL 188.93º 0.87% 0.27% -
HSV(B) 188.93º 0.93% 0.51% -
XYZ 9.94 13.26 23.15 -
YUV 83.26 154.38 75.04 -
System Red Green Blue C M Y K H S L
Decimal 9 112 130 0.93 0.14 0 0.49 188.93 0.87 0.27
Hex 9 70 82 5D E 0 31 BD 57 1B
Octal 11 160 202 135 16 0 61 275 127 33
Binary 1001 1110000 10000010 1011101 1110 0 110001 10111101 1010111 11011

Color Harmonies of #097082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #097082

Black with #097082

Text Example


Text Example

White with #097082

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #097082; }

 p { color: rgb(9,112,130); }

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

background-color css

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

 a { background-color: rgb(9,112,130); }

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

border-color css

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

 span { border-color: rgb(9,112,130); }

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