Html Css Color HEX #11807B Teal

📋 copy color: '#11807B'

red 17 ◦ green 128 ◦ blue 123

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

Shades of Teal #11807B

Tints of Teal #11807B

RGB

 RED value IS 17 (7.03% from 255) = 6.34%

 GREEN value IS 128 (50.39% from 255) = 47.76%

 BLUE value IS 123 (48.44% from 255) = 45.9%

R = 6.34%
G = 47.76%
B = 45.9%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.04

 K value IS 0.50

RGB Variations

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

Color information

#11807B (or 0x11807B) is known color: Teal. HEX triplet: 11, 80 and 7B. RGB value is (17,128,123). Sum of RGB (Red+Green+Blue) = 17+128+123=268 (35% of max value = 765). Red value is 17 (7.03% from 255 or 6.34% from 268); Green value is 128 (50.39% from 255 or 47.76% from 268); Blue value is 123 (48.44% from 255 or 45.90% from 268); Max value from RGB is 128 - color contains mainly: green. Hex color #11807B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #11807B is #EE7F84. Grayscale: #5E5E5E. Windows color (decimal): -15630213 or 8093713. OLE color: 8093713.

HSL color Cylindrical-coordinate representation of color #11807B: hue angle of 177.3º degrees, saturation: 0.77, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #11807B is Cyan = 0.87, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.50.

Color convert

RGB 17 128 123 -
CMYK 0.87 0 0.04 0.50
HSL 177.3º 0.77% 0.28% -
HSV(B) 177.3º 0.87% 0.5% -
XYZ 11.53 16.99 21.41 -
YUV 94.24 144.23 72.91 -
System Red Green Blue C M Y K H S L
Decimal 17 128 123 0.87 0 0.04 0.50 177.3 0.77 0.28
Hex 11 80 7B 57 0 4 32 B1 4D 1C
Octal 21 200 173 127 0 4 62 261 115 34
Binary 10001 10000000 1111011 1010111 0 100 110010 10110001 1001101 11100

Color Harmonies of #11807B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11807B

Black with #11807B

Text Example


Text Example

White with #11807B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,128,123); }

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

background-color css

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

 a { background-color: rgb(17,128,123); }

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

border-color css

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

 span { border-color: rgb(17,128,123); }

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