Html Css Color HEX #114C41 Deep Teal

📋 copy color: '#114C41'

red 17 ◦ green 76 ◦ blue 65

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

Shades of Deep Teal #114C41

Tints of Deep Teal #114C41

RGB

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

 GREEN value IS 76 (30.08% from 255) = 48.1%

 BLUE value IS 65 (25.78% from 255) = 41.14%

R = 10.76%
G = 48.1%
B = 41.14%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.14

 K value IS 0.70

RGB Variations

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

Color information

#114C41 (or 0x114C41) is known color: Deep Teal. HEX triplet: 11, 4C and 41. RGB value is (17,76,65). Sum of RGB (Red+Green+Blue) = 17+76+65=158 (20% of max value = 765). Red value is 17 (7.03% from 255 or 10.76% from 158); Green value is 76 (30.08% from 255 or 48.10% from 158); Blue value is 65 (25.78% from 255 or 41.14% from 158); Max value from RGB is 76 - color contains mainly: green. Hex color #114C41 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #114C41 is #EEB3BE. Grayscale: #393939. Windows color (decimal): -15643583 or 4279313. OLE color: 4279313.

HSL color Cylindrical-coordinate representation of color #114C41: hue angle of 168.81º degrees, saturation: 0.63, 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 #114C41 is Cyan = 0.78, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.70.

Color convert

RGB 17 76 65 -
CMYK 0.78 0 0.14 0.70
HSL 168.81º 0.63% 0.18% -
HSV(B) 168.81º 0.78% 0.3% -
XYZ 3.77 5.67 5.9 -
YUV 57.11 132.45 99.39 -
System Red Green Blue C M Y K H S L
Decimal 17 76 65 0.78 0 0.14 0.70 168.81 0.63 0.18
Hex 11 4C 41 4E 0 E 46 A9 3F 12
Octal 21 114 101 116 0 16 106 251 77 22
Binary 10001 1001100 1000001 1001110 0 1110 1000110 10101001 111111 10010

Color Harmonies of #114C41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #114C41

Black with #114C41

Text Example


Text Example

White with #114C41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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