Html Css Color HEX #113530 Deep Teal

📋 copy color: '#113530'

red 17 ◦ green 53 ◦ blue 48

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

Shades of Deep Teal #113530

Tints of Deep Teal #113530

RGB

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

 GREEN value IS 53 (21.09% from 255) = 44.92%

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

R = 14.41%
G = 44.92%
B = 40.68%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.09

 K value IS 0.79

RGB Variations

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

Color information

#113530 (or 0x113530) is known color: Deep Teal. HEX triplet: 11, 35 and 30. RGB value is (17,53,48). Sum of RGB (Red+Green+Blue) = 17+53+48=118 (15% of max value = 765). Red value is 17 (7.03% from 255 or 14.41% from 118); Green value is 53 (21.09% from 255 or 44.92% from 118); Blue value is 48 (19.14% from 255 or 40.68% from 118); Max value from RGB is 53 - color contains mainly: green. Hex color #113530 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #113530 is #EECACF. Grayscale: #292929. Windows color (decimal): -15649488 or 3159313. OLE color: 3159313.

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

Color convert

RGB 17 53 48 -
CMYK 0.68 0 0.09 0.79
HSL 171.67º 0.51% 0.14% -
HSV(B) 171.67º 0.68% 0.21% -
XYZ 2.04 2.88 3.24 -
YUV 41.67 131.57 110.41 -
System Red Green Blue C M Y K H S L
Decimal 17 53 48 0.68 0 0.09 0.79 171.67 0.51 0.14
Hex 11 35 30 44 0 9 4F AC 33 E
Octal 21 65 60 104 0 11 117 254 63 16
Binary 10001 110101 110000 1000100 0 1001 1001111 10101100 110011 1110

Color Harmonies of #113530

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #113530

Black with #113530

Text Example


Text Example

White with #113530

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #113530; }

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

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

background-color css

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

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

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

border-color css

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

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

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