Html Css Color HEX #097287 Teal

📋 copy color: '#097287'

red 9 ◦ green 114 ◦ blue 135

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

Shades of Teal #097287

Tints of Teal #097287

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 52.33%

R = 3.49%
G = 44.19%
B = 52.33%

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

#097287 (or 0x097287) is known color: Teal. HEX triplet: 09, 72 and 87. RGB value is (9,114,135). Sum of RGB (Red+Green+Blue) = 9+114+135=258 (34% of max value = 765). Red value is 9 (3.91% from 255 or 3.49% from 258); Green value is 114 (44.92% from 255 or 44.19% from 258); Blue value is 135 (53.12% from 255 or 52.33% from 258); Max value from RGB is 135 - color contains mainly: blue. Hex color #097287 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #097287 is #F68D78. Grayscale: #545454. Windows color (decimal): -16158073 or 8876553. OLE color: 8876553.

HSL color Cylindrical-coordinate representation of color #097287: hue angle of 190º 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 #097287 is Cyan = 0.93, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 9 114 135 -
CMYK 0.93 0.16 0 0.47
HSL 190º 0.88% 0.28% -
HSV(B) 190º 0.93% 0.53% -
XYZ 10.5 13.84 25.04 -
YUV 85 156.21 73.79 -
System Red Green Blue C M Y K H S L
Decimal 9 114 135 0.93 0.16 0 0.47 190 0.88 0.28
Hex 9 72 87 5D 10 0 2F BE 58 1C
Octal 11 162 207 135 20 0 57 276 130 34
Binary 1001 1110010 10000111 1011101 10000 0 101111 10111110 1011000 11100

Color Harmonies of #097287

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #097287

Black with #097287

Text Example


Text Example

White with #097287

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #097287; }

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

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

background-color css

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

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

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

border-color css

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

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

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