Html Css Color HEX #114D3C Deep Teal

📋 copy color: '#114D3C'

red 17 ◦ green 77 ◦ blue 60

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

Shades of Deep Teal #114D3C

Tints of Deep Teal #114D3C

RGB

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

 GREEN value IS 77 (30.47% from 255) = 50%

 BLUE value IS 60 (23.83% from 255) = 38.96%

R = 11.04%
G = 50%
B = 38.96%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.22

 K value IS 0.70

RGB Variations

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

Color information

#114D3C (or 0x114D3C) is known color: Deep Teal. HEX triplet: 11, 4D and 3C. RGB value is (17,77,60). Sum of RGB (Red+Green+Blue) = 17+77+60=154 (20% of max value = 765). Red value is 17 (7.03% from 255 or 11.04% from 154); Green value is 77 (30.47% from 255 or 50% from 154); Blue value is 60 (23.83% from 255 or 38.96% from 154); Max value from RGB is 77 - color contains mainly: green. Hex color #114D3C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #114D3C is #EEB2C3. Grayscale: #393939. Windows color (decimal): -15643332 or 3951889. OLE color: 3951889.

HSL color Cylindrical-coordinate representation of color #114D3C: hue angle of 163º degrees, saturation: 0.64, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #114D3C is Cyan = 0.78, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.70.

Color convert

RGB 17 77 60 -
CMYK 0.78 0 0.22 0.70
HSL 163º 0.64% 0.18% -
HSV(B) 163º 0.78% 0.3% -
XYZ 3.7 5.75 5.19 -
YUV 57.12 129.62 99.38 -
System Red Green Blue C M Y K H S L
Decimal 17 77 60 0.78 0 0.22 0.70 163 0.64 0.18
Hex 11 4D 3C 4E 0 16 46 A3 40 12
Octal 21 115 74 116 0 26 106 243 100 22
Binary 10001 1001101 111100 1001110 0 10110 1000110 10100011 1000000 10010

Color Harmonies of #114D3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #114D3C

Black with #114D3C

Text Example


Text Example

White with #114D3C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,77,60); }

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

background-color css

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

 a { background-color: rgb(17,77,60); }

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

border-color css

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

 span { border-color: rgb(17,77,60); }

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