Html Css Color HEX #114A3D Deep Teal

📋 copy color: '#114A3D'

red 17 ◦ green 74 ◦ blue 61

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

Shades of Deep Teal #114A3D

Tints of Deep Teal #114A3D

RGB

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

 GREEN value IS 74 (29.3% from 255) = 48.68%

 BLUE value IS 61 (24.22% from 255) = 40.13%

R = 11.18%
G = 48.68%
B = 40.13%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.18

 K value IS 0.71

RGB Variations

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

Color information

#114A3D (or 0x114A3D) is known color: Deep Teal. HEX triplet: 11, 4A and 3D. RGB value is (17,74,61). Sum of RGB (Red+Green+Blue) = 17+74+61=152 (20% of max value = 765). Red value is 17 (7.03% from 255 or 11.18% from 152); Green value is 74 (29.30% from 255 or 48.68% from 152); Blue value is 61 (24.22% from 255 or 40.13% from 152); Max value from RGB is 74 - color contains mainly: green. Hex color #114A3D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #114A3D is #EEB5C2. Grayscale: #373737. Windows color (decimal): -15644099 or 4016657. OLE color: 4016657.

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

Color convert

RGB 17 74 61 -
CMYK 0.77 0 0.18 0.71
HSL 166.32º 0.63% 0.18% -
HSV(B) 166.32º 0.77% 0.29% -
XYZ 3.52 5.35 5.26 -
YUV 55.48 131.12 100.56 -
System Red Green Blue C M Y K H S L
Decimal 17 74 61 0.77 0 0.18 0.71 166.32 0.63 0.18
Hex 11 4A 3D 4D 0 12 47 A6 3F 12
Octal 21 112 75 115 0 22 107 246 77 22
Binary 10001 1001010 111101 1001101 0 10010 1000111 10100110 111111 10010

Color Harmonies of #114A3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #114A3D

Black with #114A3D

Text Example


Text Example

White with #114A3D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,74,61); }

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

background-color css

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

 a { background-color: rgb(17,74,61); }

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

border-color css

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

 span { border-color: rgb(17,74,61); }

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