Html Css Color HEX #097F7D Teal

📋 copy color: '#097F7D'

red 9 ◦ green 127 ◦ blue 125

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

Shades of Teal #097F7D

Tints of Teal #097F7D

RGB

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

 GREEN value IS 127 (50% from 255) = 48.66%

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

R = 3.45%
G = 48.66%
B = 47.89%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.02

 K value IS 0.50

RGB Variations

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

Color information

#097F7D (or 0x097F7D) is known color: Teal. HEX triplet: 09, 7F and 7D. RGB value is (9,127,125). Sum of RGB (Red+Green+Blue) = 9+127+125=261 (34% of max value = 765). Red value is 9 (3.91% from 255 or 3.45% from 261); Green value is 127 (50% from 255 or 48.66% from 261); Blue value is 125 (49.22% from 255 or 47.89% from 261); Max value from RGB is 127 - color contains mainly: green. Hex color #097F7D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #097F7D is #F68082. Grayscale: #5B5B5B. Windows color (decimal): -16154755 or 8224521. OLE color: 8224521.

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

Color convert

RGB 9 127 125 -
CMYK 0.93 0 0.02 0.50
HSL 178.98º 0.87% 0.27% -
HSV(B) 178.98º 0.93% 0.5% -
XYZ 11.4 16.72 22.03 -
YUV 91.49 146.91 69.16 -
System Red Green Blue C M Y K H S L
Decimal 9 127 125 0.93 0 0.02 0.50 178.98 0.87 0.27
Hex 9 7F 7D 5D 0 2 32 B3 57 1B
Octal 11 177 175 135 0 2 62 263 127 33
Binary 1001 1111111 1111101 1011101 0 10 110010 10110011 1010111 11011

Color Harmonies of #097F7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #097F7D

Black with #097F7D

Text Example


Text Example

White with #097F7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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