Html Css Color HEX #113830 Deep Teal

📋 copy color: '#113830'

red 17 ◦ green 56 ◦ blue 48

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

Shades of Deep Teal #113830

Tints of Deep Teal #113830

RGB

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

 GREEN value IS 56 (22.27% from 255) = 46.28%

 BLUE value IS 48 (19.14% from 255) = 39.67%

R = 14.05%
G = 46.28%
B = 39.67%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.14

 K value IS 0.78

RGB Variations

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

Color information

#113830 (or 0x113830) is known color: Deep Teal. HEX triplet: 11, 38 and 30. RGB value is (17,56,48). Sum of RGB (Red+Green+Blue) = 17+56+48=121 (16% of max value = 765). Red value is 17 (7.03% from 255 or 14.05% from 121); Green value is 56 (22.27% from 255 or 46.28% from 121); Blue value is 48 (19.14% from 255 or 39.67% from 121); Max value from RGB is 56 - color contains mainly: green. Hex color #113830 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #113830 is #EEC7CF. Grayscale: #2B2B2B. Windows color (decimal): -15648720 or 3160081. OLE color: 3160081.

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

Color convert

RGB 17 56 48 -
CMYK 0.70 0 0.14 0.78
HSL 167.69º 0.53% 0.14% -
HSV(B) 167.69º 0.7% 0.22% -
XYZ 2.18 3.16 3.29 -
YUV 43.43 130.58 109.15 -
System Red Green Blue C M Y K H S L
Decimal 17 56 48 0.70 0 0.14 0.78 167.69 0.53 0.14
Hex 11 38 30 46 0 E 4E A8 35 E
Octal 21 70 60 106 0 16 116 250 65 16
Binary 10001 111000 110000 1000110 0 1110 1001110 10101000 110101 1110

Color Harmonies of #113830

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #113830

Black with #113830

Text Example


Text Example

White with #113830

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #113830; }

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

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

background-color css

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

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

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

border-color css

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

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

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