Html Css Color HEX #097C8A Teal

📋 copy color: '#097C8A'

red 9 ◦ green 124 ◦ blue 138

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

Shades of Teal #097C8A

Tints of Teal #097C8A

RGB

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

 GREEN value IS 124 (48.83% from 255) = 45.76%

 BLUE value IS 138 (54.3% from 255) = 50.92%

R = 3.32%
G = 45.76%
B = 50.92%

CMYK

 C value IS 0.93

 M value IS 0.10

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#097C8A (or 0x097C8A) is known color: Teal. HEX triplet: 09, 7C and 8A. RGB value is (9,124,138). Sum of RGB (Red+Green+Blue) = 9+124+138=271 (35% of max value = 765). Red value is 9 (3.91% from 255 or 3.32% from 271); Green value is 124 (48.83% from 255 or 45.76% from 271); Blue value is 138 (54.30% from 255 or 50.92% from 271); Max value from RGB is 138 - color contains mainly: blue. Hex color #097C8A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #097C8A is #F68375. Grayscale: #5B5B5B. Windows color (decimal): -16155510 or 9075721. OLE color: 9075721.

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

Color convert

RGB 9 124 138 -
CMYK 0.93 0.10 0 0.46
HSL 186.51º 0.88% 0.29% -
HSV(B) 186.51º 0.93% 0.54% -
XYZ 11.91 16.31 26.56 -
YUV 91.21 154.4 69.36 -
System Red Green Blue C M Y K H S L
Decimal 9 124 138 0.93 0.10 0 0.46 186.51 0.88 0.29
Hex 9 7C 8A 5D A 0 2E BB 58 1D
Octal 11 174 212 135 12 0 56 273 130 35
Binary 1001 1111100 10001010 1011101 1010 0 101110 10111011 1011000 11101

Color Harmonies of #097C8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #097C8A

Black with #097C8A

Text Example


Text Example

White with #097C8A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(9,124,138); }

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

background-color css

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

 a { background-color: rgb(9,124,138); }

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

border-color css

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

 span { border-color: rgb(9,124,138); }

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