Html Css Color HEX #09738A Teal

📋 copy color: '#09738A'

red 9 ◦ green 115 ◦ blue 138

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

Shades of Teal #09738A

Tints of Teal #09738A

RGB

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

 GREEN value IS 115 (45.31% from 255) = 43.89%

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

R = 3.44%
G = 43.89%
B = 52.67%

CMYK

 C value IS 0.93

 M value IS 0.17

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#09738A (or 0x09738A) is known color: Teal. HEX triplet: 09, 73 and 8A. RGB value is (9,115,138). Sum of RGB (Red+Green+Blue) = 9+115+138=262 (34% of max value = 765). Red value is 9 (3.91% from 255 or 3.44% from 262); Green value is 115 (45.31% from 255 or 43.89% from 262); Blue value is 138 (54.30% from 255 or 52.67% from 262); Max value from RGB is 138 - color contains mainly: blue. Hex color #09738A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #09738A is #F68C75. Grayscale: #555555. Windows color (decimal): -16157814 or 9073417. OLE color: 9073417.

HSL color Cylindrical-coordinate representation of color #09738A: hue angle of 190.7º 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 #09738A is Cyan = 0.93, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 9 115 138 -
CMYK 0.93 0.17 0 0.46
HSL 190.7º 0.88% 0.29% -
HSV(B) 190.7º 0.93% 0.54% -
XYZ 10.83 14.15 26.21 -
YUV 85.93 157.38 73.13 -
System Red Green Blue C M Y K H S L
Decimal 9 115 138 0.93 0.17 0 0.46 190.7 0.88 0.29
Hex 9 73 8A 5D 11 0 2E BF 58 1D
Octal 11 163 212 135 21 0 56 277 130 35
Binary 1001 1110011 10001010 1011101 10001 0 101110 10111111 1011000 11101

Color Harmonies of #09738A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09738A

Black with #09738A

Text Example


Text Example

White with #09738A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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