#145445

Color #145445 Deep Teal (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Teal #145445

Tints of Deep Teal #145445

Color information

#145445 (or 0x145445) is unknown color: approx Deep Teal. HEX triplet: 14, 54 and 45. RGB value is (20,84,69). Sum of RGB (Red+Green+Blue) = 20+84+69=173 (22% of max value = 765). Red value is 20 (8.20% from 255 or 11.56% from 173); Green value is 84 (33.20% from 255 or 48.55% from 173); Blue value is 69 (27.34% from 255 or 39.88% from 173); Max value from RGB is 84 - color contains mainly: green. Hex color #145445 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #145445 is #EBABBA. Grayscale: #3F3F3F. Windows color (decimal): -15444923 or 4543508. OLE color: 4543508.

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

Color convert

RGB208469-
CMYK0.7600.180.67
HSL165.94º61.54%20.39%-
HSV(B)165.94º76.19%32.94%-
XYZ4.536.926.73-
YUV63.15131.397.22-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 11.56%
GREEN value IS 84 (33.20% from 255) = 48.55%
BLUE value IS 69 (27.34% from 255) = 39.88%
R=11.56%
G=48.55%
B=39.88%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2084690.7600.180.67165.9461.5420.39
Hex1454454C01243a63e14
Octal241241051140221032467624
Binary1010010101001000101100110001001010000111010011011111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #145445

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #145445; }

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

 H1.HeaderClassName
 {
   color: #145445;
 }
 .AnyTagClassName
 {
   color: #145445;
 }
</style>
background-color css

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

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

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

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

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

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