Html Css Color HEX #118583 Teal

📋 copy color: '#118583'

red 17 ◦ green 133 ◦ blue 131

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

Shades of Teal #118583

Tints of Teal #118583

RGB

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

 GREEN value IS 133 (52.34% from 255) = 47.33%

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

R = 6.05%
G = 47.33%
B = 46.62%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.02

 K value IS 0.48

RGB Variations

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

Color information

#118583 (or 0x118583) is known color: Teal. HEX triplet: 11, 85 and 83. RGB value is (17,133,131). Sum of RGB (Red+Green+Blue) = 17+133+131=281 (37% of max value = 765). Red value is 17 (7.03% from 255 or 6.05% from 281); Green value is 133 (52.34% from 255 or 47.33% from 281); Blue value is 131 (51.56% from 255 or 46.62% from 281); Max value from RGB is 133 - color contains mainly: green. Hex color #118583 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #118583 is #EE7A7C. Grayscale: #616161. Windows color (decimal): -15628925 or 8619281. OLE color: 8619281.

HSL color Cylindrical-coordinate representation of color #118583: hue angle of 178.97º degrees, saturation: 0.77, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #118583 is Cyan = 0.87, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.48.

Color convert

RGB 17 133 131 -
CMYK 0.87 0 0.02 0.48
HSL 178.97º 0.77% 0.29% -
HSV(B) 178.97º 0.87% 0.52% -
XYZ 12.72 18.53 24.38 -
YUV 98.09 146.57 70.16 -
System Red Green Blue C M Y K H S L
Decimal 17 133 131 0.87 0 0.02 0.48 178.97 0.77 0.29
Hex 11 85 83 57 0 2 30 B3 4D 1D
Octal 21 205 203 127 0 2 60 263 115 35
Binary 10001 10000101 10000011 1010111 0 10 110000 10110011 1001101 11101

Color Harmonies of #118583

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #118583

Black with #118583

Text Example


Text Example

White with #118583

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #118583; }

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

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

background-color css

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

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

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

border-color css

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

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

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