Html Css Color HEX #097E8C Teal

📋 copy color: '#097E8C'

red 9 ◦ green 126 ◦ blue 140

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

Shades of Teal #097E8C

Tints of Teal #097E8C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 50.91%

R = 3.27%
G = 45.82%
B = 50.91%

CMYK

 C value IS 0.94

 M value IS 0.10

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#097E8C (or 0x097E8C) is known color: Teal. HEX triplet: 09, 7E and 8C. RGB value is (9,126,140). Sum of RGB (Red+Green+Blue) = 9+126+140=275 (36% of max value = 765). Red value is 9 (3.91% from 255 or 3.27% from 275); Green value is 126 (49.61% from 255 or 45.82% from 275); Blue value is 140 (55.08% from 255 or 50.91% from 275); Max value from RGB is 140 - color contains mainly: blue. Hex color #097E8C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #097E8C is #F68173. Grayscale: #5C5C5C. Windows color (decimal): -16154996 or 9207305. OLE color: 9207305.

HSL color Cylindrical-coordinate representation of color #097E8C: hue angle of 186.41º degrees, saturation: 0.88, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #097E8C is Cyan = 0.94, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 9 126 140 -
CMYK 0.94 0.10 0 0.45
HSL 186.41º 0.88% 0.29% -
HSV(B) 186.41º 0.94% 0.55% -
XYZ 12.31 16.87 27.42 -
YUV 92.61 154.74 68.36 -
System Red Green Blue C M Y K H S L
Decimal 9 126 140 0.94 0.10 0 0.45 186.41 0.88 0.29
Hex 9 7E 8C 5E A 0 2D BA 58 1D
Octal 11 176 214 136 12 0 55 272 130 35
Binary 1001 1111110 10001100 1011110 1010 0 101101 10111010 1011000 11101

Color Harmonies of #097E8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #097E8C

Black with #097E8C

Text Example


Text Example

White with #097E8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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