Html Css Color HEX #09748D Teal

📋 copy color: '#09748D'

red 9 ◦ green 116 ◦ blue 141

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

Shades of Teal #09748D

Tints of Teal #09748D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 53.01%

R = 3.38%
G = 43.61%
B = 53.01%

CMYK

 C value IS 0.94

 M value IS 0.18

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#09748D (or 0x09748D) is known color: Teal. HEX triplet: 09, 74 and 8D. RGB value is (9,116,141). Sum of RGB (Red+Green+Blue) = 9+116+141=266 (35% of max value = 765). Red value is 9 (3.91% from 255 or 3.38% from 266); Green value is 116 (45.70% from 255 or 43.61% from 266); Blue value is 141 (55.47% from 255 or 53.01% from 266); Max value from RGB is 141 - color contains mainly: blue. Hex color #09748D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #09748D is #F68B72. Grayscale: #565656. Windows color (decimal): -16157555 or 9270281. OLE color: 9270281.

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

Color convert

RGB 9 116 141 -
CMYK 0.94 0.18 0 0.45
HSL 191.36º 0.88% 0.29% -
HSV(B) 191.36º 0.94% 0.55% -
XYZ 11.17 14.47 27.4 -
YUV 86.86 158.55 72.47 -
System Red Green Blue C M Y K H S L
Decimal 9 116 141 0.94 0.18 0 0.45 191.36 0.88 0.29
Hex 9 74 8D 5E 12 0 2D BF 58 1D
Octal 11 164 215 136 22 0 55 277 130 35
Binary 1001 1110100 10001101 1011110 10010 0 101101 10111111 1011000 11101

Color Harmonies of #09748D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09748D

Black with #09748D

Text Example


Text Example

White with #09748D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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