Html Css Color HEX #09778B Teal

📋 copy color: '#09778B'

red 9 ◦ green 119 ◦ blue 139

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

Shades of Teal #09778B

Tints of Teal #09778B

RGB

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

 GREEN value IS 119 (46.88% from 255) = 44.57%

 BLUE value IS 139 (54.69% from 255) = 52.06%

R = 3.37%
G = 44.57%
B = 52.06%

CMYK

 C value IS 0.94

 M value IS 0.14

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#09778B (or 0x09778B) is known color: Teal. HEX triplet: 09, 77 and 8B. RGB value is (9,119,139). Sum of RGB (Red+Green+Blue) = 9+119+139=267 (35% of max value = 765). Red value is 9 (3.91% from 255 or 3.37% from 267); Green value is 119 (46.88% from 255 or 44.57% from 267); Blue value is 139 (54.69% from 255 or 52.06% from 267); Max value from RGB is 139 - color contains mainly: blue. Hex color #09778B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #09778B is #F68874. Grayscale: #585858. Windows color (decimal): -16156789 or 9139977. OLE color: 9139977.

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

Color convert

RGB 9 119 139 -
CMYK 0.94 0.14 0 0.45
HSL 189.23º 0.88% 0.29% -
HSV(B) 189.23º 0.94% 0.55% -
XYZ 11.37 15.12 26.74 -
YUV 88.39 156.56 71.37 -
System Red Green Blue C M Y K H S L
Decimal 9 119 139 0.94 0.14 0 0.45 189.23 0.88 0.29
Hex 9 77 8B 5E E 0 2D BD 58 1D
Octal 11 167 213 136 16 0 55 275 130 35
Binary 1001 1110111 10001011 1011110 1110 0 101101 10111101 1011000 11101

Color Harmonies of #09778B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09778B

Black with #09778B

Text Example


Text Example

White with #09778B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #09778B; }

 p { color: rgb(9,119,139); }

 H1.HeaderClassName
 {
   color: #09778B;
 }
 .AnyTagClassName
 {
   color: #09778B;
 }
</style>

background-color css

<style>
 a { background-color: #09778B; }

 a { background-color: rgb(9,119,139); }

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

border-color css

<style>
 span { border-color: #09778B; }

 span { border-color: rgb(9,119,139); }

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