#114B41

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

Shades of Deep Teal #114B41

Tints of Deep Teal #114B41

Color information

#114B41 (or 0x114B41) is unknown color: approx Deep Teal. HEX triplet: 11, 4B and 41. RGB value is (17,75,65). Sum of RGB (Red+Green+Blue) = 17+75+65=157 (20% of max value = 765). Red value is 17 (7.03% from 255 or 10.83% from 157); Green value is 75 (29.69% from 255 or 47.77% from 157); Blue value is 65 (25.78% from 255 or 41.40% from 157); Max value from RGB is 75 - color contains mainly: green. Hex color #114B41 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #114B41 is #EEB4BE. Grayscale: #383838. Windows color (decimal): -15643839 or 4279057. OLE color: 4279057.

HSL color Cylindrical-coordinate representation of color #114B41: hue angle of 169.66º degrees, saturation: 0.63, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #114B41 is Cyan = 0.77, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.71.

Color convert

RGB177565-
CMYK0.7700.130.71
HSL169.66º63.04%18.04%-
HSV(B)169.66º77.33%29.41%-
XYZ3.75.535.87-
YUV56.52132.7899.81-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 10.83%
GREEN value IS 75 (29.69% from 255) = 47.77%
BLUE value IS 65 (25.78% from 255) = 41.40%
R=10.83%
G=47.77%
B=41.40%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal1775650.7700.130.71169.6663.0418.04
Hex114B414D0D47aa3f12
Octal211131011150151072527722
Binary100011001011100000110011010110110001111010101011111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #114B41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #114B41; }

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

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

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

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

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

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

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

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