Html Css Color HEX #09767F Teal

📋 copy color: '#09767F'

red 9 ◦ green 118 ◦ blue 127

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

Shades of Teal #09767F

Tints of Teal #09767F

RGB

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

 GREEN value IS 118 (46.48% from 255) = 46.46%

 BLUE value IS 127 (50% from 255) = 50%

R = 3.54%
G = 46.46%
B = 50%

CMYK

 C value IS 0.93

 M value IS 0.07

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#09767F (or 0x09767F) is known color: Teal. HEX triplet: 09, 76 and 7F. RGB value is (9,118,127). Sum of RGB (Red+Green+Blue) = 9+118+127=254 (33% of max value = 765). Red value is 9 (3.91% from 255 or 3.54% from 254); Green value is 118 (46.48% from 255 or 46.46% from 254); Blue value is 127 (50% from 255 or 50% from 254); Max value from RGB is 127 - color contains mainly: blue. Hex color #09767F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #09767F is #F68980. Grayscale: #565656. Windows color (decimal): -16157057 or 8353289. OLE color: 8353289.

HSL color Cylindrical-coordinate representation of color #09767F: hue angle of 184.58º degrees, saturation: 0.87, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #09767F is Cyan = 0.93, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 9 118 127 -
CMYK 0.93 0.07 0 0.50
HSL 184.58º 0.87% 0.27% -
HSV(B) 184.58º 0.93% 0.5% -
XYZ 10.42 14.55 22.34 -
YUV 86.44 150.89 72.77 -
System Red Green Blue C M Y K H S L
Decimal 9 118 127 0.93 0.07 0 0.50 184.58 0.87 0.27
Hex 9 76 7F 5D 7 0 32 B9 57 1B
Octal 11 166 177 135 7 0 62 271 127 33
Binary 1001 1110110 1111111 1011101 111 0 110010 10111001 1010111 11011

Color Harmonies of #09767F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09767F

Black with #09767F

Text Example


Text Example

White with #09767F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #09767F; }

 p { color: rgb(9,118,127); }

 H1.HeaderClassName
 {
   color: #09767F;
 }
 .AnyTagClassName
 {
   color: #09767F;
 }
</style>

background-color css

<style>
 a { background-color: #09767F; }

 a { background-color: rgb(9,118,127); }

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

border-color css

<style>
 span { border-color: #09767F; }

 span { border-color: rgb(9,118,127); }

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