Html Css Color HEX #097288 Teal

📋 copy color: '#097288'

red 9 ◦ green 114 ◦ blue 136

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

Shades of Teal #097288

Tints of Teal #097288

RGB

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

 GREEN value IS 114 (44.92% from 255) = 44.02%

 BLUE value IS 136 (53.52% from 255) = 52.51%

R = 3.47%
G = 44.02%
B = 52.51%

CMYK

 C value IS 0.93

 M value IS 0.16

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#097288 (or 0x097288) is known color: Teal. HEX triplet: 09, 72 and 88. RGB value is (9,114,136). Sum of RGB (Red+Green+Blue) = 9+114+136=259 (34% of max value = 765). Red value is 9 (3.91% from 255 or 3.47% from 259); Green value is 114 (44.92% from 255 or 44.02% from 259); Blue value is 136 (53.52% from 255 or 52.51% from 259); Max value from RGB is 136 - color contains mainly: blue. Hex color #097288 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #097288 is #F68D77. Grayscale: #545454. Windows color (decimal): -16158072 or 8942089. OLE color: 8942089.

HSL color Cylindrical-coordinate representation of color #097288: hue angle of 190.39º degrees, saturation: 0.88, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #097288 is Cyan = 0.93, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 9 114 136 -
CMYK 0.93 0.16 0 0.47
HSL 190.39º 0.88% 0.28% -
HSV(B) 190.39º 0.93% 0.53% -
XYZ 10.57 13.87 25.41 -
YUV 85.11 156.71 73.71 -
System Red Green Blue C M Y K H S L
Decimal 9 114 136 0.93 0.16 0 0.47 190.39 0.88 0.28
Hex 9 72 88 5D 10 0 2F BE 58 1C
Octal 11 162 210 135 20 0 57 276 130 34
Binary 1001 1110010 10001000 1011101 10000 0 101111 10111110 1011000 11100

Color Harmonies of #097288

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #097288

Black with #097288

Text Example


Text Example

White with #097288

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #097288; }

 p { color: rgb(9,114,136); }

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

background-color css

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

 a { background-color: rgb(9,114,136); }

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

border-color css

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

 span { border-color: rgb(9,114,136); }

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