Html Css Color HEX #115543 Deep Teal

📋 copy color: '#115543'

red 17 ◦ green 85 ◦ blue 67

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

Shades of Deep Teal #115543

Tints of Deep Teal #115543

RGB

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

 GREEN value IS 85 (33.59% from 255) = 50.3%

 BLUE value IS 67 (26.56% from 255) = 39.64%

R = 10.06%
G = 50.3%
B = 39.64%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.21

 K value IS 0.67

RGB Variations

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

Color information

#115543 (or 0x115543) is known color: Deep Teal. HEX triplet: 11, 55 and 43. RGB value is (17,85,67). Sum of RGB (Red+Green+Blue) = 17+85+67=169 (22% of max value = 765). Red value is 17 (7.03% from 255 or 10.06% from 169); Green value is 85 (33.59% from 255 or 50.30% from 169); Blue value is 67 (26.56% from 255 or 39.64% from 169); Max value from RGB is 85 - color contains mainly: green. Hex color #115543 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #115543 is #EEAABC. Grayscale: #3E3E3E. Windows color (decimal): -15641277 or 4412689. OLE color: 4412689.

HSL color Cylindrical-coordinate representation of color #115543: hue angle of 164.12º degrees, saturation: 0.67, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #115543 is Cyan = 0.80, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.67.

Color convert

RGB 17 85 67 -
CMYK 0.80 0 0.21 0.67
HSL 164.12º 0.67% 0.2% -
HSV(B) 164.12º 0.8% 0.33% -
XYZ 4.49 7.02 6.43 -
YUV 62.62 130.47 95.46 -
System Red Green Blue C M Y K H S L
Decimal 17 85 67 0.80 0 0.21 0.67 164.12 0.67 0.2
Hex 11 55 43 50 0 15 43 A4 43 14
Octal 21 125 103 120 0 25 103 244 103 24
Binary 10001 1010101 1000011 1010000 0 10101 1000011 10100100 1000011 10100

Color Harmonies of #115543

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #115543

Black with #115543

Text Example


Text Example

White with #115543

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #115543; }

 p { color: rgb(17,85,67); }

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

background-color css

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

 a { background-color: rgb(17,85,67); }

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

border-color css

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

 span { border-color: rgb(17,85,67); }

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