#145546

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

Shades of Deep Teal #145546

Tints of Deep Teal #145546

Color information

#145546 (or 0x145546) is unknown color: approx Deep Teal. HEX triplet: 14, 55 and 46. RGB value is (20,85,70). Sum of RGB (Red+Green+Blue) = 20+85+70=175 (23% of max value = 765). Red value is 20 (8.20% from 255 or 11.43% from 175); Green value is 85 (33.59% from 255 or 48.57% from 175); Blue value is 70 (27.73% from 255 or 40% from 175); Max value from RGB is 85 - color contains mainly: green. Hex color #145546 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #145546 is #EBAAB9. Grayscale: #3F3F3F. Windows color (decimal): -15444666 or 4609300. OLE color: 4609300.

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

Color convert

RGB208570-
CMYK0.7600.180.67
HSL166.15º61.9%20.59%-
HSV(B)166.15º76.47%33.33%-
XYZ4.647.096.92-
YUV63.85131.4796.72-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 11.43%
GREEN value IS 85 (33.59% from 255) = 48.57%
BLUE value IS 70 (27.73% from 255) = 40%
R=11.43%
G=48.57%
B=40%

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
Decimal2085700.7600.180.67166.1561.920.59
Hex1455464C01243a63e15
Octal241251061140221032467625
Binary1010010101011000110100110001001010000111010011011111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #145546

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #145546; }

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

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

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

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

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

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

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

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