Html Css Color HEX #118783 Teal

📋 copy color: '#118783'

red 17 ◦ green 135 ◦ blue 131

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

Shades of Teal #118783

Tints of Teal #118783

RGB

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

 GREEN value IS 135 (53.13% from 255) = 47.7%

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

R = 6.01%
G = 47.7%
B = 46.29%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.03

 K value IS 0.47

RGB Variations

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

Color information

#118783 (or 0x118783) is known color: Teal. HEX triplet: 11, 87 and 83. RGB value is (17,135,131). Sum of RGB (Red+Green+Blue) = 17+135+131=283 (37% of max value = 765). Red value is 17 (7.03% from 255 or 6.01% from 283); Green value is 135 (53.12% from 255 or 47.70% from 283); Blue value is 131 (51.56% from 255 or 46.29% from 283); Max value from RGB is 135 - color contains mainly: green. Hex color #118783 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #118783 is #EE787C. Grayscale: #636363. Windows color (decimal): -15628413 or 8619793. OLE color: 8619793.

HSL color Cylindrical-coordinate representation of color #118783: hue angle of 177.97º degrees, saturation: 0.78, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #118783 is Cyan = 0.87, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.47.

Color convert

RGB 17 135 131 -
CMYK 0.87 0 0.03 0.47
HSL 177.97º 0.78% 0.3% -
HSV(B) 177.97º 0.87% 0.53% -
XYZ 12.99 19.09 24.47 -
YUV 99.26 145.91 69.33 -
System Red Green Blue C M Y K H S L
Decimal 17 135 131 0.87 0 0.03 0.47 177.97 0.78 0.3
Hex 11 87 83 57 0 3 2F B2 4E 1E
Octal 21 207 203 127 0 3 57 262 116 36
Binary 10001 10000111 10000011 1010111 0 11 101111 10110010 1001110 11110

Color Harmonies of #118783

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #118783

Black with #118783

Text Example


Text Example

White with #118783

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #118783; }

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

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

background-color css

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

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

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

border-color css

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

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

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