Html Css Color HEX #11817D Teal

📋 copy color: '#11817D'

red 17 ◦ green 129 ◦ blue 125

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

Shades of Teal #11817D

Tints of Teal #11817D

RGB

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

 GREEN value IS 129 (50.78% from 255) = 47.6%

 BLUE value IS 125 (49.22% from 255) = 46.13%

R = 6.27%
G = 47.6%
B = 46.13%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.03

 K value IS 0.49

RGB Variations

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

Color information

#11817D (or 0x11817D) is known color: Teal. HEX triplet: 11, 81 and 7D. RGB value is (17,129,125). Sum of RGB (Red+Green+Blue) = 17+129+125=271 (35% of max value = 765). Red value is 17 (7.03% from 255 or 6.27% from 271); Green value is 129 (50.78% from 255 or 47.60% from 271); Blue value is 125 (49.22% from 255 or 46.13% from 271); Max value from RGB is 129 - color contains mainly: green. Hex color #11817D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #11817D is #EE7E82. Grayscale: #5E5E5E. Windows color (decimal): -15629955 or 8225041. OLE color: 8225041.

HSL color Cylindrical-coordinate representation of color #11817D: hue angle of 177.86º degrees, saturation: 0.77, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #11817D is Cyan = 0.87, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.49.

Color convert

RGB 17 129 125 -
CMYK 0.87 0 0.03 0.49
HSL 177.86º 0.77% 0.29% -
HSV(B) 177.86º 0.87% 0.51% -
XYZ 11.78 17.3 22.12 -
YUV 95.06 144.89 72.33 -
System Red Green Blue C M Y K H S L
Decimal 17 129 125 0.87 0 0.03 0.49 177.86 0.77 0.29
Hex 11 81 7D 57 0 3 31 B2 4D 1D
Octal 21 201 175 127 0 3 61 262 115 35
Binary 10001 10000001 1111101 1010111 0 11 110001 10110010 1001101 11101

Color Harmonies of #11817D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11817D

Black with #11817D

Text Example


Text Example

White with #11817D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,129,125); }

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

background-color css

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

 a { background-color: rgb(17,129,125); }

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

border-color css

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

 span { border-color: rgb(17,129,125); }

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