Html Css Color HEX #118183 Teal

📋 copy color: '#118183'

red 17 ◦ green 129 ◦ blue 131

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

Shades of Teal #118183

Tints of Teal #118183

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 47.29%

R = 6.14%
G = 46.57%
B = 47.29%

CMYK

 C value IS 0.87

 M value IS 0.02

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#118183 (or 0x118183) is known color: Teal. HEX triplet: 11, 81 and 83. RGB value is (17,129,131). Sum of RGB (Red+Green+Blue) = 17+129+131=277 (36% of max value = 765). Red value is 17 (7.03% from 255 or 6.14% from 277); Green value is 129 (50.78% from 255 or 46.57% from 277); Blue value is 131 (51.56% from 255 or 47.29% from 277); Max value from RGB is 131 - color contains mainly: blue. Hex color #118183 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #118183 is #EE7E7C. Grayscale: #5F5F5F. Windows color (decimal): -15629949 or 8618257. OLE color: 8618257.

HSL color Cylindrical-coordinate representation of color #118183: hue angle of 181.05º 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 #118183 is Cyan = 0.87, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 17 129 131 -
CMYK 0.87 0.02 0 0.49
HSL 181.05º 0.77% 0.29% -
HSV(B) 181.05º 0.87% 0.51% -
XYZ 12.18 17.46 24.2 -
YUV 95.74 147.89 71.84 -
System Red Green Blue C M Y K H S L
Decimal 17 129 131 0.87 0.02 0 0.49 181.05 0.77 0.29
Hex 11 81 83 57 2 0 31 B5 4D 1D
Octal 21 201 203 127 2 0 61 265 115 35
Binary 10001 10000001 10000011 1010111 10 0 110001 10110101 1001101 11101

Color Harmonies of #118183

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #118183

Black with #118183

Text Example


Text Example

White with #118183

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #118183; }

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

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

background-color css

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

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

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

border-color css

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

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

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