Html Css Color HEX #097E7F Teal

📋 copy color: '#097E7F'

red 9 ◦ green 126 ◦ blue 127

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

Shades of Teal #097E7F

Tints of Teal #097E7F

RGB

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

 GREEN value IS 126 (49.61% from 255) = 48.09%

 BLUE value IS 127 (50% from 255) = 48.47%

R = 3.44%
G = 48.09%
B = 48.47%

CMYK

 C value IS 0.93

 M value IS 0.01

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#097E7F (or 0x097E7F) is known color: Teal. HEX triplet: 09, 7E and 7F. RGB value is (9,126,127). Sum of RGB (Red+Green+Blue) = 9+126+127=262 (34% of max value = 765). Red value is 9 (3.91% from 255 or 3.44% from 262); Green value is 126 (49.61% from 255 or 48.09% from 262); Blue value is 127 (50% from 255 or 48.47% from 262); Max value from RGB is 127 - color contains mainly: blue. Hex color #097E7F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #097E7F is #F68180. Grayscale: #5B5B5B. Windows color (decimal): -16155009 or 8355337. OLE color: 8355337.

HSL color Cylindrical-coordinate representation of color #097E7F: hue angle of 180.51º 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 #097E7F is Cyan = 0.93, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 9 126 127 -
CMYK 0.93 0.01 0 0.50
HSL 180.51º 0.87% 0.27% -
HSV(B) 180.51º 0.93% 0.5% -
XYZ 11.4 16.51 22.66 -
YUV 91.13 148.24 69.42 -
System Red Green Blue C M Y K H S L
Decimal 9 126 127 0.93 0.01 0 0.50 180.51 0.87 0.27
Hex 9 7E 7F 5D 1 0 32 B5 57 1B
Octal 11 176 177 135 1 0 62 265 127 33
Binary 1001 1111110 1111111 1011101 1 0 110010 10110101 1010111 11011

Color Harmonies of #097E7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #097E7F

Black with #097E7F

Text Example


Text Example

White with #097E7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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