Html Css Color HEX #114F42 Deep Teal

📋 copy color: '#114F42'

red 17 ◦ green 79 ◦ blue 66

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

Shades of Deep Teal #114F42

Tints of Deep Teal #114F42

RGB

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

 GREEN value IS 79 (31.25% from 255) = 48.77%

 BLUE value IS 66 (26.17% from 255) = 40.74%

R = 10.49%
G = 48.77%
B = 40.74%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.16

 K value IS 0.69

RGB Variations

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

Color information

#114F42 (or 0x114F42) is known color: Deep Teal. HEX triplet: 11, 4F and 42. RGB value is (17,79,66). Sum of RGB (Red+Green+Blue) = 17+79+66=162 (21% of max value = 765). Red value is 17 (7.03% from 255 or 10.49% from 162); Green value is 79 (31.25% from 255 or 48.77% from 162); Blue value is 66 (26.17% from 255 or 40.74% from 162); Max value from RGB is 79 - color contains mainly: green. Hex color #114F42 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #114F42 is #EEB0BD. Grayscale: #3A3A3A. Windows color (decimal): -15642814 or 4345617. OLE color: 4345617.

HSL color Cylindrical-coordinate representation of color #114F42: hue angle of 167.42º degrees, saturation: 0.65, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #114F42 is Cyan = 0.78, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.69.

Color convert

RGB 17 79 66 -
CMYK 0.78 0 0.16 0.69
HSL 167.42º 0.65% 0.19% -
HSV(B) 167.42º 0.78% 0.31% -
XYZ 4.01 6.1 6.12 -
YUV 58.98 131.96 98.06 -
System Red Green Blue C M Y K H S L
Decimal 17 79 66 0.78 0 0.16 0.69 167.42 0.65 0.19
Hex 11 4F 42 4E 0 10 45 A7 41 13
Octal 21 117 102 116 0 20 105 247 101 23
Binary 10001 1001111 1000010 1001110 0 10000 1000101 10100111 1000001 10011

Color Harmonies of #114F42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #114F42

Black with #114F42

Text Example


Text Example

White with #114F42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,79,66); }

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

background-color css

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

 a { background-color: rgb(17,79,66); }

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

border-color css

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

 span { border-color: rgb(17,79,66); }

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