Html Css Color HEX #118484 Teal

📋 copy color: '#118484'

red 17 ◦ green 132 ◦ blue 132

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

Shades of Teal #118484

Tints of Teal #118484

RGB

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

 GREEN value IS 132 (51.95% from 255) = 46.98%

 BLUE value IS 132 (51.95% from 255) = 46.98%

R = 6.05%
G = 46.98%
B = 46.98%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#118484 (or 0x118484) is known color: Teal. HEX triplet: 11, 84 and 84. RGB value is (17,132,132). Sum of RGB (Red+Green+Blue) = 17+132+132=281 (37% of max value = 765). Red value is 17 (7.03% from 255 or 6.05% from 281); Green value is 132 (51.95% from 255 or 46.98% from 281); Blue value is 132 (51.95% from 255 or 46.98% from 281); Max value from RGB is 132 - color contains mainly: green, blue. Hex color #118484 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #118484 is #EE7B7B. Grayscale: #616161. Windows color (decimal): -15629180 or 8684561. OLE color: 8684561.

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

Color convert

RGB 17 132 132 -
CMYK 0.87 0 0 0.48
HSL 180º 0.77% 0.29% -
HSV(B) 180º 0.87% 0.52% -
XYZ 12.65 18.29 24.69 -
YUV 97.62 147.4 70.5 -
System Red Green Blue C M Y K H S L
Decimal 17 132 132 0.87 0 0 0.48 180 0.77 0.29
Hex 11 84 84 57 0 0 30 B4 4D 1D
Octal 21 204 204 127 0 0 60 264 115 35
Binary 10001 10000100 10000100 1010111 0 0 110000 10110100 1001101 11101

Color Harmonies of #118484

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #118484

Black with #118484

Text Example


Text Example

White with #118484

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #118484; }

 p { color: rgb(17,132,132); }

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

background-color css

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

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

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

border-color css

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

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

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