Html Css Color HEX #115240 Deep Teal

📋 copy color: '#115240'

red 17 ◦ green 82 ◦ blue 64

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

Shades of Deep Teal #115240

Tints of Deep Teal #115240

RGB

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

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

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

R = 10.43%
G = 50.31%
B = 39.26%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.22

 K value IS 0.68

RGB Variations

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

Color information

#115240 (or 0x115240) is known color: Deep Teal. HEX triplet: 11, 52 and 40. RGB value is (17,82,64). Sum of RGB (Red+Green+Blue) = 17+82+64=163 (21% of max value = 765). Red value is 17 (7.03% from 255 or 10.43% from 163); Green value is 82 (32.42% from 255 or 50.31% from 163); Blue value is 64 (25.39% from 255 or 39.26% from 163); Max value from RGB is 82 - color contains mainly: green. Hex color #115240 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #115240 is #EEADBF. Grayscale: #3C3C3C. Windows color (decimal): -15642048 or 4215313. OLE color: 4215313.

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

Color convert

RGB 17 82 64 -
CMYK 0.79 0 0.22 0.68
HSL 163.38º 0.66% 0.19% -
HSV(B) 163.38º 0.79% 0.32% -
XYZ 4.17 6.52 5.89 -
YUV 60.51 129.97 96.96 -
System Red Green Blue C M Y K H S L
Decimal 17 82 64 0.79 0 0.22 0.68 163.38 0.66 0.19
Hex 11 52 40 4F 0 16 44 A3 42 13
Octal 21 122 100 117 0 26 104 243 102 23
Binary 10001 1010010 1000000 1001111 0 10110 1000100 10100011 1000010 10011

Color Harmonies of #115240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #115240

Black with #115240

Text Example


Text Example

White with #115240

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #115240; }

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

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

background-color css

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

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

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

border-color css

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

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

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