Html Css Color HEX #097A7D Teal

📋 copy color: '#097A7D'

red 9 ◦ green 122 ◦ blue 125

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

Shades of Teal #097A7D

Tints of Teal #097A7D

RGB

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

 GREEN value IS 122 (48.05% from 255) = 47.66%

 BLUE value IS 125 (49.22% from 255) = 48.83%

R = 3.52%
G = 47.66%
B = 48.83%

CMYK

 C value IS 0.93

 M value IS 0.02

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#097A7D (or 0x097A7D) is known color: Teal. HEX triplet: 09, 7A and 7D. RGB value is (9,122,125). Sum of RGB (Red+Green+Blue) = 9+122+125=256 (33% of max value = 765). Red value is 9 (3.91% from 255 or 3.52% from 256); Green value is 122 (48.05% from 255 or 47.66% from 256); Blue value is 125 (49.22% from 255 or 48.83% from 256); Max value from RGB is 125 - color contains mainly: blue. Hex color #097A7D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #097A7D is #F68582. Grayscale: #585858. Windows color (decimal): -16156035 or 8223241. OLE color: 8223241.

HSL color Cylindrical-coordinate representation of color #097A7D: hue angle of 181.55º degrees, saturation: 0.87, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #097A7D is Cyan = 0.93, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 9 122 125 -
CMYK 0.93 0.02 0 0.51
HSL 181.55º 0.87% 0.26% -
HSV(B) 181.55º 0.93% 0.49% -
XYZ 10.77 15.46 21.82 -
YUV 88.56 148.56 71.26 -
System Red Green Blue C M Y K H S L
Decimal 9 122 125 0.93 0.02 0 0.51 181.55 0.87 0.26
Hex 9 7A 7D 5D 2 0 33 B6 57 1A
Octal 11 172 175 135 2 0 63 266 127 32
Binary 1001 1111010 1111101 1011101 10 0 110011 10110110 1010111 11010

Color Harmonies of #097A7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #097A7D

Black with #097A7D

Text Example


Text Example

White with #097A7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #097A7D; }

 p { color: rgb(9,122,125); }

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

background-color css

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

 a { background-color: rgb(9,122,125); }

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

border-color css

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

 span { border-color: rgb(9,122,125); }

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