Html Css Color HEX #115445 Deep Teal

📋 copy color: '#115445'

red 17 ◦ green 84 ◦ blue 69

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

Shades of Deep Teal #115445

Tints of Deep Teal #115445

RGB

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

 GREEN value IS 84 (33.2% from 255) = 49.41%

 BLUE value IS 69 (27.34% from 255) = 40.59%

R = 10%
G = 49.41%
B = 40.59%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.18

 K value IS 0.67

RGB Variations

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

Color information

#115445 (or 0x115445) is known color: Deep Teal. HEX triplet: 11, 54 and 45. RGB value is (17,84,69). Sum of RGB (Red+Green+Blue) = 17+84+69=170 (22% of max value = 765). Red value is 17 (7.03% from 255 or 10% from 170); Green value is 84 (33.20% from 255 or 49.41% from 170); Blue value is 69 (27.34% from 255 or 40.59% from 170); Max value from RGB is 84 - color contains mainly: green. Hex color #115445 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #115445 is #EEABBA. Grayscale: #3E3E3E. Windows color (decimal): -15641531 or 4543505. OLE color: 4543505.

HSL color Cylindrical-coordinate representation of color #115445: hue angle of 166.57º degrees, saturation: 0.66, 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 #115445 is Cyan = 0.80, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.67.

Color convert

RGB 17 84 69 -
CMYK 0.80 0 0.18 0.67
HSL 166.57º 0.66% 0.2% -
HSV(B) 166.57º 0.8% 0.33% -
XYZ 4.48 6.89 6.72 -
YUV 62.26 131.8 95.72 -
System Red Green Blue C M Y K H S L
Decimal 17 84 69 0.80 0 0.18 0.67 166.57 0.66 0.2
Hex 11 54 45 50 0 12 43 A7 42 14
Octal 21 124 105 120 0 22 103 247 102 24
Binary 10001 1010100 1000101 1010000 0 10010 1000011 10100111 1000010 10100

Color Harmonies of #115445

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #115445

Black with #115445

Text Example


Text Example

White with #115445

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #115445; }

 p { color: rgb(17,84,69); }

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

background-color css

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

 a { background-color: rgb(17,84,69); }

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

border-color css

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

 span { border-color: rgb(17,84,69); }

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