Html Css Color HEX #09758D Teal

📋 copy color: '#09758D'

red 9 ◦ green 117 ◦ blue 141

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

Shades of Teal #09758D

Tints of Teal #09758D

RGB

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

 GREEN value IS 117 (46.09% from 255) = 43.82%

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

R = 3.37%
G = 43.82%
B = 52.81%

CMYK

 C value IS 0.94

 M value IS 0.17

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#09758D (or 0x09758D) is known color: Teal. HEX triplet: 09, 75 and 8D. RGB value is (9,117,141). Sum of RGB (Red+Green+Blue) = 9+117+141=267 (35% of max value = 765). Red value is 9 (3.91% from 255 or 3.37% from 267); Green value is 117 (46.09% from 255 or 43.82% from 267); Blue value is 141 (55.47% from 255 or 52.81% from 267); Max value from RGB is 141 - color contains mainly: blue. Hex color #09758D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #09758D is #F68A72. Grayscale: #575757. Windows color (decimal): -16157299 or 9270537. OLE color: 9270537.

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

Color convert

RGB 9 117 141 -
CMYK 0.94 0.17 0 0.45
HSL 190.91º 0.88% 0.29% -
HSV(B) 190.91º 0.94% 0.55% -
XYZ 11.28 14.7 27.44 -
YUV 87.44 158.22 72.05 -
System Red Green Blue C M Y K H S L
Decimal 9 117 141 0.94 0.17 0 0.45 190.91 0.88 0.29
Hex 9 75 8D 5E 11 0 2D BF 58 1D
Octal 11 165 215 136 21 0 55 277 130 35
Binary 1001 1110101 10001101 1011110 10001 0 101101 10111111 1011000 11101

Color Harmonies of #09758D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09758D

Black with #09758D

Text Example


Text Example

White with #09758D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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