Html Css Color HEX #118384 Teal

📋 copy color: '#118384'

red 17 ◦ green 131 ◦ blue 132

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

Shades of Teal #118384

Tints of Teal #118384

RGB

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

 GREEN value IS 131 (51.56% from 255) = 46.79%

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

R = 6.07%
G = 46.79%
B = 47.14%

CMYK

 C value IS 0.87

 M value IS 0.01

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#118384 (or 0x118384) is known color: Teal. HEX triplet: 11, 83 and 84. RGB value is (17,131,132). Sum of RGB (Red+Green+Blue) = 17+131+132=280 (37% of max value = 765). Red value is 17 (7.03% from 255 or 6.07% from 280); Green value is 131 (51.56% from 255 or 46.79% from 280); Blue value is 132 (51.95% from 255 or 47.14% from 280); Max value from RGB is 132 - color contains mainly: blue. Hex color #118384 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #118384 is #EE7C7B. Grayscale: #606060. Windows color (decimal): -15629436 or 8684305. OLE color: 8684305.

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

Color convert

RGB 17 131 132 -
CMYK 0.87 0.01 0 0.48
HSL 180.52º 0.77% 0.29% -
HSV(B) 180.52º 0.87% 0.52% -
XYZ 12.51 18.02 24.65 -
YUV 97.03 147.73 70.92 -
System Red Green Blue C M Y K H S L
Decimal 17 131 132 0.87 0.01 0 0.48 180.52 0.77 0.29
Hex 11 83 84 57 1 0 30 B5 4D 1D
Octal 21 203 204 127 1 0 60 265 115 35
Binary 10001 10000011 10000100 1010111 1 0 110000 10110101 1001101 11101

Color Harmonies of #118384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #118384

Black with #118384

Text Example


Text Example

White with #118384

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #118384; }

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

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

background-color css

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

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

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

border-color css

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

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

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