Html Css Color HEX #09728C Teal

📋 copy color: '#09728C'

red 9 ◦ green 114 ◦ blue 140

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

Shades of Teal #09728C

Tints of Teal #09728C

RGB

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

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

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

R = 3.42%
G = 43.35%
B = 53.23%

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

#09728C (or 0x09728C) is known color: Teal. HEX triplet: 09, 72 and 8C. RGB value is (9,114,140). Sum of RGB (Red+Green+Blue) = 9+114+140=263 (34% of max value = 765). Red value is 9 (3.91% from 255 or 3.42% from 263); Green value is 114 (44.92% from 255 or 43.35% from 263); Blue value is 140 (55.08% from 255 or 53.23% from 263); Max value from RGB is 140 - color contains mainly: blue. Hex color #09728C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #09728C is #F68D73. Grayscale: #555555. Windows color (decimal): -16158068 or 9204233. OLE color: 9204233.

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

Color convert

RGB 9 114 140 -
CMYK 0.94 0.19 0 0.45
HSL 191.91º 0.88% 0.29% -
HSV(B) 191.91º 0.94% 0.55% -
XYZ 10.86 13.99 26.94 -
YUV 85.57 158.71 73.39 -
System Red Green Blue C M Y K H S L
Decimal 9 114 140 0.94 0.19 0 0.45 191.91 0.88 0.29
Hex 9 72 8C 5E 13 0 2D C0 58 1D
Octal 11 162 214 136 23 0 55 300 130 35
Binary 1001 1110010 10001100 1011110 10011 0 101101 11000000 1011000 11101

Color Harmonies of #09728C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09728C

Black with #09728C

Text Example


Text Example

White with #09728C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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