Html Css Color HEX #115140 Deep Teal

📋 copy color: '#115140'

red 17 ◦ green 81 ◦ blue 64

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

Shades of Deep Teal #115140

Tints of Deep Teal #115140

RGB

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

 GREEN value IS 81 (32.03% from 255) = 50%

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

R = 10.49%
G = 50%
B = 39.51%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.21

 K value IS 0.68

RGB Variations

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

Color information

#115140 (or 0x115140) is known color: Deep Teal. HEX triplet: 11, 51 and 40. RGB value is (17,81,64). Sum of RGB (Red+Green+Blue) = 17+81+64=162 (21% of max value = 765). Red value is 17 (7.03% from 255 or 10.49% from 162); Green value is 81 (32.03% from 255 or 50% from 162); Blue value is 64 (25.39% from 255 or 39.51% from 162); Max value from RGB is 81 - color contains mainly: green. Hex color #115140 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #115140 is #EEAEBF. Grayscale: #3B3B3B. Windows color (decimal): -15642304 or 4215057. OLE color: 4215057.

HSL color Cylindrical-coordinate representation of color #115140: hue angle of 164.06º degrees, saturation: 0.65, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #115140 is Cyan = 0.79, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.68.

Color convert

RGB 17 81 64 -
CMYK 0.79 0 0.21 0.68
HSL 164.06º 0.65% 0.19% -
HSV(B) 164.06º 0.79% 0.32% -
XYZ 4.1 6.37 5.86 -
YUV 59.93 130.3 97.38 -
System Red Green Blue C M Y K H S L
Decimal 17 81 64 0.79 0 0.21 0.68 164.06 0.65 0.19
Hex 11 51 40 4F 0 15 44 A4 41 13
Octal 21 121 100 117 0 25 104 244 101 23
Binary 10001 1010001 1000000 1001111 0 10101 1000100 10100100 1000001 10011

Color Harmonies of #115140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #115140

Black with #115140

Text Example


Text Example

White with #115140

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #115140; }

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

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

background-color css

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

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

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

border-color css

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

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

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