Html Css Color HEX #09728D Teal

📋 copy color: '#09728D'

red 9 ◦ green 114 ◦ blue 141

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

Shades of Teal #09728D

Tints of Teal #09728D

RGB

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

 GREEN value IS 114 (44.92% from 255) = 43.18%

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

R = 3.41%
G = 43.18%
B = 53.41%

CMYK

 C value IS 0.94

 M value IS 0.19

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#09728D (or 0x09728D) is known color: Teal. HEX triplet: 09, 72 and 8D. RGB value is (9,114,141). Sum of RGB (Red+Green+Blue) = 9+114+141=264 (34% of max value = 765). Red value is 9 (3.91% from 255 or 3.41% from 264); Green value is 114 (44.92% from 255 or 43.18% from 264); Blue value is 141 (55.47% from 255 or 53.41% from 264); Max value from RGB is 141 - color contains mainly: blue. Hex color #09728D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #09728D is #F68D72. Grayscale: #555555. Windows color (decimal): -16158067 or 9269769. OLE color: 9269769.

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

Color convert

RGB 9 114 141 -
CMYK 0.94 0.19 0 0.45
HSL 192.27º 0.88% 0.29% -
HSV(B) 192.27º 0.94% 0.55% -
XYZ 10.94 14.02 27.33 -
YUV 85.68 159.21 73.3 -
System Red Green Blue C M Y K H S L
Decimal 9 114 141 0.94 0.19 0 0.45 192.27 0.88 0.29
Hex 9 72 8D 5E 13 0 2D C0 58 1D
Octal 11 162 215 136 23 0 55 300 130 35
Binary 1001 1110010 10001101 1011110 10011 0 101101 11000000 1011000 11101

Color Harmonies of #09728D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09728D

Black with #09728D

Text Example


Text Example

White with #09728D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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