#114136

Color #114136 Deep Teal (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Teal #114136

Tints of Deep Teal #114136

Color information

#114136 (or 0x114136) is unknown color: approx Deep Teal. HEX triplet: 11, 41 and 36. RGB value is (17,65,54). Sum of RGB (Red+Green+Blue) = 17+65+54=136 (18% of max value = 765). Red value is 17 (7.03% from 255 or 12.5% from 136); Green value is 65 (25.78% from 255 or 47.79% from 136); Blue value is 54 (21.48% from 255 or 39.71% from 136); Max value from RGB is 65 - color contains mainly: green. Hex color #114136 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #114136 is #EEBEC9. Grayscale: #313131. Windows color (decimal): -15646410 or 3555601. OLE color: 3555601.

HSL color Cylindrical-coordinate representation of color #114136: hue angle of 166.25º degrees, saturation: 0.59, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #114136 is Cyan = 0.74, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.75.

Color convert

RGB176554-
CMYK0.7400.170.75
HSL166.25º58.54%16.08%-
HSV(B)166.25º73.85%25.49%-
XYZ2.794.174.15-
YUV49.39130.6104.89-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 12.5%
GREEN value IS 65 (25.78% from 255) = 47.79%
BLUE value IS 54 (21.48% from 255) = 39.71%
R=12.5%
G=47.79%
B=39.71%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal1765540.7400.170.75166.2558.5416.08
Hex1141364A0114Ba63b10
Octal21101661120211132467320
Binary100011000001110110100101001000110010111010011011101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #114136

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #114136; }

 p { color: rgb(17,65,54); }

 H1.HeaderClassName
 {
   color: #114136;
 }
 .AnyTagClassName
 {
   color: #114136;
 }
</style>
background-color css

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

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

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

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

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

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