Html Css Color HEX #114840 Deep Teal

📋 copy color: '#114840'

red 17 ◦ green 72 ◦ blue 64

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

Shades of Deep Teal #114840

Tints of Deep Teal #114840

RGB

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

 GREEN value IS 72 (28.52% from 255) = 47.06%

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

R = 11.11%
G = 47.06%
B = 41.83%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.11

 K value IS 0.72

RGB Variations

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

Color information

#114840 (or 0x114840) is known color: Deep Teal. HEX triplet: 11, 48 and 40. RGB value is (17,72,64). Sum of RGB (Red+Green+Blue) = 17+72+64=153 (20% of max value = 765). Red value is 17 (7.03% from 255 or 11.11% from 153); Green value is 72 (28.52% from 255 or 47.06% from 153); Blue value is 64 (25.39% from 255 or 41.83% from 153); Max value from RGB is 72 - color contains mainly: green. Hex color #114840 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #114840 is #EEB7BF. Grayscale: #363636. Windows color (decimal): -15644608 or 4212753. OLE color: 4212753.

HSL color Cylindrical-coordinate representation of color #114840: hue angle of 171.27º degrees, saturation: 0.62, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #114840 is Cyan = 0.76, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.72.

Color convert

RGB 17 72 64 -
CMYK 0.76 0 0.11 0.72
HSL 171.27º 0.62% 0.17% -
HSV(B) 171.27º 0.76% 0.28% -
XYZ 3.47 5.12 5.66 -
YUV 54.64 133.28 101.15 -
System Red Green Blue C M Y K H S L
Decimal 17 72 64 0.76 0 0.11 0.72 171.27 0.62 0.17
Hex 11 48 40 4C 0 B 48 AB 3E 11
Octal 21 110 100 114 0 13 110 253 76 21
Binary 10001 1001000 1000000 1001100 0 1011 1001000 10101011 111110 10001

Color Harmonies of #114840

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #114840

Black with #114840

Text Example


Text Example

White with #114840

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #114840; }

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

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

background-color css

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

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

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

border-color css

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

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

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