Html Css Color HEX #113C38 Deep Teal

📋 copy color: '#113C38'

red 17 ◦ green 60 ◦ blue 56

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

Shades of Deep Teal #113C38

Tints of Deep Teal #113C38

RGB

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

 GREEN value IS 60 (23.83% from 255) = 45.11%

 BLUE value IS 56 (22.27% from 255) = 42.11%

R = 12.78%
G = 45.11%
B = 42.11%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.07

 K value IS 0.76

RGB Variations

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

Color information

#113C38 (or 0x113C38) is known color: Deep Teal. HEX triplet: 11, 3C and 38. RGB value is (17,60,56). Sum of RGB (Red+Green+Blue) = 17+60+56=133 (17% of max value = 765). Red value is 17 (7.03% from 255 or 12.78% from 133); Green value is 60 (23.83% from 255 or 45.11% from 133); Blue value is 56 (22.27% from 255 or 42.11% from 133); Max value from RGB is 60 - color contains mainly: green. Hex color #113C38 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #113C38 is #EEC3C7. Grayscale: #2E2E2E. Windows color (decimal): -15647688 or 3685393. OLE color: 3685393.

HSL color Cylindrical-coordinate representation of color #113C38: hue angle of 174.42º degrees, saturation: 0.56, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #113C38 is Cyan = 0.72, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.76.

Color convert

RGB 17 60 56 -
CMYK 0.72 0 0.07 0.76
HSL 174.42º 0.56% 0.15% -
HSV(B) 174.42º 0.72% 0.24% -
XYZ 2.56 3.64 4.31 -
YUV 46.69 133.25 106.83 -
System Red Green Blue C M Y K H S L
Decimal 17 60 56 0.72 0 0.07 0.76 174.42 0.56 0.15
Hex 11 3C 38 48 0 7 4C AE 38 F
Octal 21 74 70 110 0 7 114 256 70 17
Binary 10001 111100 111000 1001000 0 111 1001100 10101110 111000 1111

Color Harmonies of #113C38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #113C38

Black with #113C38

Text Example


Text Example

White with #113C38

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,60,56); }

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

background-color css

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

 a { background-color: rgb(17,60,56); }

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

border-color css

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

 span { border-color: rgb(17,60,56); }

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