Html Css Color HEX #09748B Teal

📋 copy color: '#09748B'

red 9 ◦ green 116 ◦ blue 139

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

Shades of Teal #09748B

Tints of Teal #09748B

RGB

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

 GREEN value IS 116 (45.7% from 255) = 43.94%

 BLUE value IS 139 (54.69% from 255) = 52.65%

R = 3.41%
G = 43.94%
B = 52.65%

CMYK

 C value IS 0.94

 M value IS 0.17

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#09748B (or 0x09748B) is known color: Teal. HEX triplet: 09, 74 and 8B. RGB value is (9,116,139). Sum of RGB (Red+Green+Blue) = 9+116+139=264 (34% of max value = 765). Red value is 9 (3.91% from 255 or 3.41% from 264); Green value is 116 (45.70% from 255 or 43.94% from 264); Blue value is 139 (54.69% from 255 or 52.65% from 264); Max value from RGB is 139 - color contains mainly: blue. Hex color #09748B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #09748B is #F68B74. Grayscale: #565656. Windows color (decimal): -16157557 or 9139209. OLE color: 9139209.

HSL color Cylindrical-coordinate representation of color #09748B: hue angle of 190.62º 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 #09748B is Cyan = 0.94, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 9 116 139 -
CMYK 0.94 0.17 0 0.45
HSL 190.62º 0.88% 0.29% -
HSV(B) 190.62º 0.94% 0.55% -
XYZ 11.02 14.41 26.63 -
YUV 86.63 157.55 72.63 -
System Red Green Blue C M Y K H S L
Decimal 9 116 139 0.94 0.17 0 0.45 190.62 0.88 0.29
Hex 9 74 8B 5E 11 0 2D BF 58 1D
Octal 11 164 213 136 21 0 55 277 130 35
Binary 1001 1110100 10001011 1011110 10001 0 101101 10111111 1011000 11101

Color Harmonies of #09748B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09748B

Black with #09748B

Text Example


Text Example

White with #09748B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #09748B; }

 p { color: rgb(9,116,139); }

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

background-color css

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

 a { background-color: rgb(9,116,139); }

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

border-color css

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

 span { border-color: rgb(9,116,139); }

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