Html Css Color HEX #113F37 Deep Teal

📋 copy color: '#113F37'

red 17 ◦ green 63 ◦ blue 55

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

Shades of Deep Teal #113F37

Tints of Deep Teal #113F37

RGB

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

 GREEN value IS 63 (25% from 255) = 46.67%

 BLUE value IS 55 (21.88% from 255) = 40.74%

R = 12.59%
G = 46.67%
B = 40.74%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.13

 K value IS 0.75

RGB Variations

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

Color information

#113F37 (or 0x113F37) is known color: Deep Teal. HEX triplet: 11, 3F and 37. RGB value is (17,63,55). Sum of RGB (Red+Green+Blue) = 17+63+55=135 (17% of max value = 765). Red value is 17 (7.03% from 255 or 12.59% from 135); Green value is 63 (25% from 255 or 46.67% from 135); Blue value is 55 (21.88% from 255 or 40.74% from 135); Max value from RGB is 63 - color contains mainly: green. Hex color #113F37 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #113F37 is #EEC0C8. Grayscale: #303030. Windows color (decimal): -15646921 or 3620625. OLE color: 3620625.

HSL color Cylindrical-coordinate representation of color #113F37: hue angle of 169.57º degrees, saturation: 0.57, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #113F37 is Cyan = 0.73, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.75.

Color convert

RGB 17 63 55 -
CMYK 0.73 0 0.13 0.75
HSL 169.57º 0.58% 0.16% -
HSV(B) 169.57º 0.73% 0.25% -
XYZ 2.7 3.95 4.23 -
YUV 48.33 131.76 105.65 -
System Red Green Blue C M Y K H S L
Decimal 17 63 55 0.73 0 0.13 0.75 169.57 0.58 0.16
Hex 11 3F 37 49 0 D 4B AA 3A 10
Octal 21 77 67 111 0 15 113 252 72 20
Binary 10001 111111 110111 1001001 0 1101 1001011 10101010 111010 10000

Color Harmonies of #113F37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #113F37

Black with #113F37

Text Example


Text Example

White with #113F37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #113F37; }

 p { color: rgb(17,63,55); }

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

background-color css

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

 a { background-color: rgb(17,63,55); }

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

border-color css

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

 span { border-color: rgb(17,63,55); }

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