Html Css Color HEX #113F34 Deep Teal

📋 copy color: '#113F34'

red 17 ◦ green 63 ◦ blue 52

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

Shades of Deep Teal #113F34

Tints of Deep Teal #113F34

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 39.39%

R = 12.88%
G = 47.73%
B = 39.39%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.17

 K value IS 0.75

RGB Variations

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

Color information

#113F34 (or 0x113F34) is known color: Deep Teal. HEX triplet: 11, 3F and 34. RGB value is (17,63,52). Sum of RGB (Red+Green+Blue) = 17+63+52=132 (17% of max value = 765). Red value is 17 (7.03% from 255 or 12.88% from 132); Green value is 63 (25% from 255 or 47.73% from 132); Blue value is 52 (20.70% from 255 or 39.39% from 132); Max value from RGB is 63 - color contains mainly: green. Hex color #113F34 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #113F34 is #EEC0CB. Grayscale: #2F2F2F. Windows color (decimal): -15646924 or 3424017. OLE color: 3424017.

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

Color convert

RGB 17 63 52 -
CMYK 0.73 0 0.17 0.75
HSL 165.65º 0.58% 0.16% -
HSV(B) 165.65º 0.73% 0.25% -
XYZ 2.63 3.92 3.87 -
YUV 47.99 130.26 105.89 -
System Red Green Blue C M Y K H S L
Decimal 17 63 52 0.73 0 0.17 0.75 165.65 0.58 0.16
Hex 11 3F 34 49 0 11 4B A6 3A 10
Octal 21 77 64 111 0 21 113 246 72 20
Binary 10001 111111 110100 1001001 0 10001 1001011 10100110 111010 10000

Color Harmonies of #113F34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #113F34

Black with #113F34

Text Example


Text Example

White with #113F34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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