Html Css Color HEX #117884 Teal

📋 copy color: '#117884'

red 17 ◦ green 120 ◦ blue 132

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

Shades of Teal #117884

Tints of Teal #117884

RGB

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

 GREEN value IS 120 (47.27% from 255) = 44.61%

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

R = 6.32%
G = 44.61%
B = 49.07%

CMYK

 C value IS 0.87

 M value IS 0.09

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#117884 (or 0x117884) is known color: Teal. HEX triplet: 11, 78 and 84. RGB value is (17,120,132). Sum of RGB (Red+Green+Blue) = 17+120+132=269 (35% of max value = 765). Red value is 17 (7.03% from 255 or 6.32% from 269); Green value is 120 (47.27% from 255 or 44.61% from 269); Blue value is 132 (51.95% from 255 or 49.07% from 269); Max value from RGB is 132 - color contains mainly: blue. Hex color #117884 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #117884 is #EE877B. Grayscale: #5A5A5A. Windows color (decimal): -15632252 or 8681489. OLE color: 8681489.

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

Color convert

RGB 17 120 132 -
CMYK 0.87 0.09 0 0.48
HSL 186.26º 0.77% 0.29% -
HSV(B) 186.26º 0.87% 0.52% -
XYZ 11.11 15.22 24.18 -
YUV 90.57 151.38 75.52 -
System Red Green Blue C M Y K H S L
Decimal 17 120 132 0.87 0.09 0 0.48 186.26 0.77 0.29
Hex 11 78 84 57 9 0 30 BA 4D 1D
Octal 21 170 204 127 11 0 60 272 115 35
Binary 10001 1111000 10000100 1010111 1001 0 110000 10111010 1001101 11101

Color Harmonies of #117884

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #117884

Black with #117884

Text Example


Text Example

White with #117884

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #117884; }

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

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

background-color css

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

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

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

border-color css

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

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

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