Html Css Color HEX #115241 Deep Teal

📋 copy color: '#115241'

red 17 ◦ green 82 ◦ blue 65

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

Shades of Deep Teal #115241

Tints of Deep Teal #115241

RGB

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

 GREEN value IS 82 (32.42% from 255) = 50%

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

R = 10.37%
G = 50%
B = 39.63%

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

#115241 (or 0x115241) is known color: Deep Teal. HEX triplet: 11, 52 and 41. RGB value is (17,82,65). Sum of RGB (Red+Green+Blue) = 17+82+65=164 (21% of max value = 765). Red value is 17 (7.03% from 255 or 10.37% from 164); Green value is 82 (32.42% from 255 or 50% from 164); Blue value is 65 (25.78% from 255 or 39.63% from 164); Max value from RGB is 82 - color contains mainly: green. Hex color #115241 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #115241 is #EEADBE. Grayscale: #3C3C3C. Windows color (decimal): -15642047 or 4280849. OLE color: 4280849.

HSL color Cylindrical-coordinate representation of color #115241: hue angle of 164.31º degrees, saturation: 0.66, 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 #115241 is Cyan = 0.79, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.68.

Color convert

RGB 17 82 65 -
CMYK 0.79 0 0.21 0.68
HSL 164.31º 0.66% 0.19% -
HSV(B) 164.31º 0.79% 0.32% -
XYZ 4.2 6.54 6.04 -
YUV 60.63 130.47 96.88 -
System Red Green Blue C M Y K H S L
Decimal 17 82 65 0.79 0 0.21 0.68 164.31 0.66 0.19
Hex 11 52 41 4F 0 15 44 A4 42 13
Octal 21 122 101 117 0 25 104 244 102 23
Binary 10001 1010010 1000001 1001111 0 10101 1000100 10100100 1000010 10011

Color Harmonies of #115241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #115241

Black with #115241

Text Example


Text Example

White with #115241

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #115241; }

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

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

background-color css

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

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

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

border-color css

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

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

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