Html Css Color HEX #113F36 Deep Teal

📋 copy color: '#113F36'

red 17 ◦ green 63 ◦ blue 54

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

Shades of Deep Teal #113F36

Tints of Deep Teal #113F36

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 40.3%

R = 12.69%
G = 47.01%
B = 40.3%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.14

 K value IS 0.75

RGB Variations

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

Color information

#113F36 (or 0x113F36) is known color: Deep Teal. HEX triplet: 11, 3F and 36. RGB value is (17,63,54). Sum of RGB (Red+Green+Blue) = 17+63+54=134 (17% of max value = 765). Red value is 17 (7.03% from 255 or 12.69% from 134); Green value is 63 (25% from 255 or 47.01% from 134); Blue value is 54 (21.48% from 255 or 40.30% from 134); Max value from RGB is 63 - color contains mainly: green. Hex color #113F36 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #113F36 is #EEC0C9. Grayscale: #303030. Windows color (decimal): -15646922 or 3555089. OLE color: 3555089.

HSL color Cylindrical-coordinate representation of color #113F36: hue angle of 168.26º 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 #113F36 is Cyan = 0.73, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.75.

Color convert

RGB 17 63 54 -
CMYK 0.73 0 0.14 0.75
HSL 168.26º 0.58% 0.16% -
HSV(B) 168.26º 0.73% 0.25% -
XYZ 2.67 3.94 4.11 -
YUV 48.22 131.26 105.73 -
System Red Green Blue C M Y K H S L
Decimal 17 63 54 0.73 0 0.14 0.75 168.26 0.58 0.16
Hex 11 3F 36 49 0 E 4B A8 3A 10
Octal 21 77 66 111 0 16 113 250 72 20
Binary 10001 111111 110110 1001001 0 1110 1001011 10101000 111010 10000

Color Harmonies of #113F36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #113F36

Black with #113F36

Text Example


Text Example

White with #113F36

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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