Html Css Color HEX #09748C Teal

📋 copy color: '#09748C'

red 9 ◦ green 116 ◦ blue 140

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

Shades of Teal #09748C

Tints of Teal #09748C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 52.83%

R = 3.4%
G = 43.77%
B = 52.83%

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

#09748C (or 0x09748C) is known color: Teal. HEX triplet: 09, 74 and 8C. RGB value is (9,116,140). Sum of RGB (Red+Green+Blue) = 9+116+140=265 (35% of max value = 765). Red value is 9 (3.91% from 255 or 3.40% from 265); Green value is 116 (45.70% from 255 or 43.77% from 265); Blue value is 140 (55.08% from 255 or 52.83% from 265); Max value from RGB is 140 - color contains mainly: blue. Hex color #09748C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #09748C is #F68B73. Grayscale: #565656. Windows color (decimal): -16157556 or 9204745. OLE color: 9204745.

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

Color convert

RGB 9 116 140 -
CMYK 0.94 0.17 0 0.45
HSL 190.99º 0.88% 0.29% -
HSV(B) 190.99º 0.94% 0.55% -
XYZ 11.09 14.44 27.01 -
YUV 86.74 158.05 72.55 -
System Red Green Blue C M Y K H S L
Decimal 9 116 140 0.94 0.17 0 0.45 190.99 0.88 0.29
Hex 9 74 8C 5E 11 0 2D BF 58 1D
Octal 11 164 214 136 21 0 55 277 130 35
Binary 1001 1110100 10001100 1011110 10001 0 101101 10111111 1011000 11101

Color Harmonies of #09748C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09748C

Black with #09748C

Text Example


Text Example

White with #09748C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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