Html Css Color HEX #113630 Deep Teal

📋 copy color: '#113630'

red 17 ◦ green 54 ◦ blue 48

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

Shades of Deep Teal #113630

Tints of Deep Teal #113630

RGB

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

 GREEN value IS 54 (21.48% from 255) = 45.38%

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

R = 14.29%
G = 45.38%
B = 40.34%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.11

 K value IS 0.79

RGB Variations

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

Color information

#113630 (or 0x113630) is known color: Deep Teal. HEX triplet: 11, 36 and 30. RGB value is (17,54,48). Sum of RGB (Red+Green+Blue) = 17+54+48=119 (15% of max value = 765). Red value is 17 (7.03% from 255 or 14.29% from 119); Green value is 54 (21.48% from 255 or 45.38% from 119); Blue value is 48 (19.14% from 255 or 40.34% from 119); Max value from RGB is 54 - color contains mainly: green. Hex color #113630 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #113630 is #EEC9CF. Grayscale: #2A2A2A. Windows color (decimal): -15649232 or 3159569. OLE color: 3159569.

HSL color Cylindrical-coordinate representation of color #113630: hue angle of 170.27º degrees, saturation: 0.52, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #113630 is Cyan = 0.69, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.79.

Color convert

RGB 17 54 48 -
CMYK 0.69 0 0.11 0.79
HSL 170.27º 0.52% 0.14% -
HSV(B) 170.27º 0.69% 0.21% -
XYZ 2.08 2.97 3.26 -
YUV 42.25 131.24 109.99 -
System Red Green Blue C M Y K H S L
Decimal 17 54 48 0.69 0 0.11 0.79 170.27 0.52 0.14
Hex 11 36 30 45 0 B 4F AA 34 E
Octal 21 66 60 105 0 13 117 252 64 16
Binary 10001 110110 110000 1000101 0 1011 1001111 10101010 110100 1110

Color Harmonies of #113630

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #113630

Black with #113630

Text Example


Text Example

White with #113630

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #113630; }

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

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

background-color css

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

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

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

border-color css

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

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

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