Html Css Color HEX #113733 Deep Teal

📋 copy color: '#113733'

red 17 ◦ green 55 ◦ blue 51

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

Shades of Deep Teal #113733

Tints of Deep Teal #113733

RGB

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

 GREEN value IS 55 (21.88% from 255) = 44.72%

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

R = 13.82%
G = 44.72%
B = 41.46%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.07

 K value IS 0.78

RGB Variations

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

Color information

#113733 (or 0x113733) is known color: Deep Teal. HEX triplet: 11, 37 and 33. RGB value is (17,55,51). Sum of RGB (Red+Green+Blue) = 17+55+51=123 (16% of max value = 765). Red value is 17 (7.03% from 255 or 13.82% from 123); Green value is 55 (21.88% from 255 or 44.72% from 123); Blue value is 51 (20.31% from 255 or 41.46% from 123); Max value from RGB is 55 - color contains mainly: green. Hex color #113733 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #113733 is #EEC8CC. Grayscale: #2B2B2B. Windows color (decimal): -15648973 or 3356433. OLE color: 3356433.

HSL color Cylindrical-coordinate representation of color #113733: hue angle of 173.68º degrees, saturation: 0.53, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #113733 is Cyan = 0.69, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.78.

Color convert

RGB 17 55 51 -
CMYK 0.69 0 0.07 0.78
HSL 173.68º 0.53% 0.14% -
HSV(B) 173.68º 0.69% 0.22% -
XYZ 2.19 3.09 3.61 -
YUV 43.18 132.41 109.33 -
System Red Green Blue C M Y K H S L
Decimal 17 55 51 0.69 0 0.07 0.78 173.68 0.53 0.14
Hex 11 37 33 45 0 7 4E AE 35 E
Octal 21 67 63 105 0 7 116 256 65 16
Binary 10001 110111 110011 1000101 0 111 1001110 10101110 110101 1110

Color Harmonies of #113733

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #113733

Black with #113733

Text Example


Text Example

White with #113733

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #113733; }

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

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

background-color css

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

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

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

border-color css

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

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

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