Html Css Color HEX #114B40 Deep Teal

📋 copy color: '#114B40'

red 17 ◦ green 75 ◦ blue 64

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

Shades of Deep Teal #114B40

Tints of Deep Teal #114B40

RGB

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

 GREEN value IS 75 (29.69% from 255) = 48.08%

 BLUE value IS 64 (25.39% from 255) = 41.03%

R = 10.9%
G = 48.08%
B = 41.03%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.15

 K value IS 0.71

RGB Variations

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

Color information

#114B40 (or 0x114B40) is known color: Deep Teal. HEX triplet: 11, 4B and 40. RGB value is (17,75,64). Sum of RGB (Red+Green+Blue) = 17+75+64=156 (20% of max value = 765). Red value is 17 (7.03% from 255 or 10.90% from 156); Green value is 75 (29.69% from 255 or 48.08% from 156); Blue value is 64 (25.39% from 255 or 41.03% from 156); Max value from RGB is 75 - color contains mainly: green. Hex color #114B40 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #114B40 is #EEB4BF. Grayscale: #383838. Windows color (decimal): -15643840 or 4213521. OLE color: 4213521.

HSL color Cylindrical-coordinate representation of color #114B40: hue angle of 168.62º 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 #114B40 is Cyan = 0.77, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.71.

Color convert

RGB 17 75 64 -
CMYK 0.77 0 0.15 0.71
HSL 168.62º 0.63% 0.18% -
HSV(B) 168.62º 0.77% 0.29% -
XYZ 3.67 5.52 5.72 -
YUV 56.4 132.28 99.89 -
System Red Green Blue C M Y K H S L
Decimal 17 75 64 0.77 0 0.15 0.71 168.62 0.63 0.18
Hex 11 4B 40 4D 0 F 47 A9 3F 12
Octal 21 113 100 115 0 17 107 251 77 22
Binary 10001 1001011 1000000 1001101 0 1111 1000111 10101001 111111 10010

Color Harmonies of #114B40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #114B40

Black with #114B40

Text Example


Text Example

White with #114B40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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