Html Css Color HEX #113F33 Deep Teal

📋 copy color: '#113F33'

red 17 ◦ green 63 ◦ blue 51

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

Shades of Deep Teal #113F33

Tints of Deep Teal #113F33

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 38.93%

R = 12.98%
G = 48.09%
B = 38.93%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.19

 K value IS 0.75

RGB Variations

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

Color information

#113F33 (or 0x113F33) is known color: Deep Teal. HEX triplet: 11, 3F and 33. RGB value is (17,63,51). Sum of RGB (Red+Green+Blue) = 17+63+51=131 (17% of max value = 765). Red value is 17 (7.03% from 255 or 12.98% from 131); Green value is 63 (25% from 255 or 48.09% from 131); Blue value is 51 (20.31% from 255 or 38.93% from 131); Max value from RGB is 63 - color contains mainly: green. Hex color #113F33 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #113F33 is #EEC0CC. Grayscale: #2F2F2F. Windows color (decimal): -15646925 or 3358481. OLE color: 3358481.

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

Color convert

RGB 17 63 51 -
CMYK 0.73 0 0.19 0.75
HSL 164.35º 0.58% 0.16% -
HSV(B) 164.35º 0.73% 0.25% -
XYZ 2.61 3.91 3.75 -
YUV 47.88 129.76 105.98 -
System Red Green Blue C M Y K H S L
Decimal 17 63 51 0.73 0 0.19 0.75 164.35 0.58 0.16
Hex 11 3F 33 49 0 13 4B A4 3A 10
Octal 21 77 63 111 0 23 113 244 72 20
Binary 10001 111111 110011 1001001 0 10011 1001011 10100100 111010 10000

Color Harmonies of #113F33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #113F33

Black with #113F33

Text Example


Text Example

White with #113F33

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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