Html Css Color HEX #145646 Deep Teal

📋 copy color: '#145646'

red 20 ◦ green 86 ◦ blue 70

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

Shades of Deep Teal #145646

Tints of Deep Teal #145646

RGB

 RED value IS 20 (8.2% from 255) = 11.36%

 GREEN value IS 86 (33.98% from 255) = 48.86%

 BLUE value IS 70 (27.73% from 255) = 39.77%

R = 11.36%
G = 48.86%
B = 39.77%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.19

 K value IS 0.66

RGB Variations

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

Color information

#145646 (or 0x145646) is known color: Deep Teal. HEX triplet: 14, 56 and 46. RGB value is (20,86,70). Sum of RGB (Red+Green+Blue) = 20+86+70=176 (23% of max value = 765). Red value is 20 (8.20% from 255 or 11.36% from 176); Green value is 86 (33.98% from 255 or 48.86% from 176); Blue value is 70 (27.73% from 255 or 39.77% from 176); Max value from RGB is 86 - color contains mainly: green. Hex color #145646 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #145646 is #EBA9B9. Grayscale: #404040. Windows color (decimal): -15444410 or 4609556. OLE color: 4609556.

HSL color Cylindrical-coordinate representation of color #145646: hue angle of 165.45º degrees, saturation: 0.62, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #145646 is Cyan = 0.77, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.66.

Color convert

RGB 20 86 70 -
CMYK 0.77 0 0.19 0.66
HSL 165.45º 0.62% 0.21% -
HSV(B) 165.45º 0.77% 0.34% -
XYZ 4.72 7.25 6.94 -
YUV 64.44 131.13 96.3 -
System Red Green Blue C M Y K H S L
Decimal 20 86 70 0.77 0 0.19 0.66 165.45 0.62 0.21
Hex 14 56 46 4D 0 13 42 A5 3E 15
Octal 24 126 106 115 0 23 102 245 76 25
Binary 10100 1010110 1000110 1001101 0 10011 1000010 10100101 111110 10101

Color Harmonies of #145646

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #145646

Black with #145646

Text Example


Text Example

White with #145646

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #145646; }

 p { color: rgb(20,86,70); }

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

background-color css

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

 a { background-color: rgb(20,86,70); }

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

border-color css

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

 span { border-color: rgb(20,86,70); }

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