Html Css Color HEX #09748A Teal

📋 copy color: '#09748A'

red 9 ◦ green 116 ◦ blue 138

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

Shades of Teal #09748A

Tints of Teal #09748A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 52.47%

R = 3.42%
G = 44.11%
B = 52.47%

CMYK

 C value IS 0.93

 M value IS 0.16

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#09748A (or 0x09748A) is known color: Teal. HEX triplet: 09, 74 and 8A. RGB value is (9,116,138). Sum of RGB (Red+Green+Blue) = 9+116+138=263 (34% of max value = 765). Red value is 9 (3.91% from 255 or 3.42% from 263); Green value is 116 (45.70% from 255 or 44.11% from 263); Blue value is 138 (54.30% from 255 or 52.47% from 263); Max value from RGB is 138 - color contains mainly: blue. Hex color #09748A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #09748A is #F68B75. Grayscale: #565656. Windows color (decimal): -16157558 or 9073673. OLE color: 9073673.

HSL color Cylindrical-coordinate representation of color #09748A: hue angle of 190.23º degrees, saturation: 0.88, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #09748A is Cyan = 0.93, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 9 116 138 -
CMYK 0.93 0.16 0 0.46
HSL 190.23º 0.88% 0.29% -
HSV(B) 190.23º 0.93% 0.54% -
XYZ 10.95 14.38 26.24 -
YUV 86.52 157.05 72.71 -
System Red Green Blue C M Y K H S L
Decimal 9 116 138 0.93 0.16 0 0.46 190.23 0.88 0.29
Hex 9 74 8A 5D 10 0 2E BE 58 1D
Octal 11 164 212 135 20 0 56 276 130 35
Binary 1001 1110100 10001010 1011101 10000 0 101110 10111110 1011000 11101

Color Harmonies of #09748A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09748A

Black with #09748A

Text Example


Text Example

White with #09748A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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